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

Syntax

C#
public class WrappedSchemaObjectCollection<TBase, TActual> : WrappedObservableList<TBase, TActual>, 
	ISchemaObjectCollection<TBase>, INamedObjectCollection<TBase>, IObservableList<TBase>, IList<TBase>, 
	ICollection<TBase>, IEnumerable<TBase>, IEnumerable, INotifyCollectionChanged, 
	INotifyPropertyChanged
where TBase : class, ISchemaObject
where TActual : class, ISchemaObject, TBase
Visual Basic
Public Class WrappedSchemaObjectCollection(Of TBase As {Class, ISchemaObject}, TActual As {Class, ISchemaObject, TBase})
	Inherits WrappedObservableList(Of TBase, TActual)
	Implements ISchemaObjectCollection(Of TBase), INamedObjectCollection(Of TBase), 
	IObservableList(Of TBase), IList(Of TBase), ICollection(Of TBase), 
	IEnumerable(Of TBase), IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Type Parameters

TBase
TActual

Inheritance Hierarchy

System..::..Object
  WrappedObservableList<(Of <(<'TBase, TActual>)>)>
    SchemaExplorer..::..WrappedSchemaObjectCollection<(Of <(<'TBase, TActual>)>)>
      SchemaExplorer..::..WrappedSchemaObjectWithOwnerCollection<(Of <(<'TBase, TActual>)>)>

See Also