Implements a strongly typed collection of IndexSchema elements.

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

Syntax

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

Remarks

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

Inheritance Hierarchy

System..::..Object
  ObservableList<(Of <(<'IndexSchema>)>)>
    NamedObjectCollection<(Of <(<'IndexSchema>)>)>
      SchemaExplorer..::..SchemaObjectCollection<(Of <(<'IndexSchema>)>)>
        SchemaExplorer..::..IndexSchemaCollection

See Also