Initializes a new instance of the CompoundNodeTypeProvider class

Namespace: Remotion.Linq.Parsing.Structure.NodeTypeProviders
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public CompoundNodeTypeProvider(
	IEnumerable<INodeTypeProvider> innerProviders
)
Visual Basic
Public Sub New ( _
	innerProviders As IEnumerable(Of INodeTypeProvider) _
)
Visual C++
public:
CompoundNodeTypeProvider(
	IEnumerable<INodeTypeProvider^>^ innerProviders
)

Parameters

innerProviders
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'INodeTypeProvider>)>)>

[Missing <param name="innerProviders"/> documentation for "M:Remotion.Linq.Parsing.Structure.NodeTypeProviders.CompoundNodeTypeProvider.#ctor(System.Collections.Generic.IEnumerable{Remotion.Linq.Parsing.Structure.INodeTypeProvider})"]

See Also