Implements a strongly typed collection of DataSource elements.

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

Syntax

C#
[SerializableAttribute]
public class DataSourceCollection : ObservableList<DataSource>
Visual Basic
<SerializableAttribute>
Public Class DataSourceCollection
	Inherits ObservableList(Of DataSource)

Remarks

DataSourceCollection provides an ObservableList that is strongly typed for DataSource elements.

Inheritance Hierarchy

System..::..Object
  ObservableList<(Of <(<'DataSource>)>)>
    SchemaExplorer..::..DataSourceCollection

See Also