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

Syntax

C#
[SerializableAttribute]
public class SchemaObjectBaseCollection : SchemaObjectCollection<ISchemaObject>
Visual Basic
<SerializableAttribute>
Public Class SchemaObjectBaseCollection
	Inherits SchemaObjectCollection(Of ISchemaObject)

Inheritance Hierarchy

System..::..Object
  ObservableList<(Of <(<'ISchemaObject>)>)>
    NamedObjectCollection<(Of <(<'ISchemaObject>)>)>
      SchemaExplorer..::..SchemaObjectCollection<(Of <(<'ISchemaObject>)>)>
        SchemaExplorer..::..SchemaObjectBaseCollection

See Also