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

Syntax

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

Parameters

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

See Also