Implements a strongly typed collection of DataObjectBase elements.

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

Syntax

C#
[SerializableAttribute]
[ObsoleteAttribute("Please use DataObjectBaseCollection{T} instead.")]
public class DataObjectBaseCollection : SchemaObjectCollection<DataObjectBase>
Visual Basic
<SerializableAttribute>
<ObsoleteAttribute("Please use DataObjectBaseCollection{T} instead.")> 
Public Class DataObjectBaseCollection
	Inherits SchemaObjectCollection(Of DataObjectBase)

Remarks

DataObjectBaseCollection provides an SchemaObjectCollection<(Of <(<'T>)>)> that is strongly typed for DataObjectBase elements.

Inheritance Hierarchy

System..::..Object
  ObservableList<(Of <(<'DataObjectBase>)>)>
    NamedObjectCollection<(Of <(<'DataObjectBase>)>)>
      SchemaExplorer..::..SchemaObjectCollection<(Of <(<'DataObjectBase>)>)>
        SchemaExplorer..::..DataObjectBaseCollection

See Also