Namespace: SchemaExplorerAssembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
public interface ISchemaObjectCollection<T> : INamedObjectCollection<T>,
IObservableList<T>, IList<T>, ICollection<T>, IEnumerable<T>,
IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
where T : ISchemaObject
|
Visual Basic |
---|
Public Interface ISchemaObjectCollection(Of T As ISchemaObject)
Inherits INamedObjectCollection(Of T), IObservableList(Of T), IList(Of T),
ICollection(Of T), IEnumerable(Of T), IEnumerable, INotifyCollectionChanged,
INotifyPropertyChanged |
Type Parameters
See Also