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