Initializes a new instance of the WrappedSchemaObjectCollection<(Of <(<'TBase, TActual>)>)> class

Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public WrappedSchemaObjectCollection(
	IEnumerable<TBase> data
)
Visual Basic
Public Sub New ( 
	data As IEnumerable(Of TBase)
)

Parameters

data
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'TBase>)>)>

See Also