Initializes a new instance of the DataSourceCollection class.

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

Syntax

C#
public DataSourceCollection(
	IEnumerable<DataSource> collection
)
Visual Basic
Public Sub New ( 
	collection As IEnumerable(Of DataSource)
)

Parameters

collection
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'DataSource>)>)>
The collection from which the elements are copied.

See Also