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

Syntax

C#
[SerializableAttribute]
public class WrappedNamedObjectCollection<TBase, TActual> : WrappedObservableList<TBase, TActual>, 
	INamedObjectCollection<TBase>, IObservableList<TBase>, IList<TBase>, ICollection<TBase>, 
	IEnumerable<TBase>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
where TBase : class, INamedObject
where TActual : class, INamedObject, TBase
Visual Basic
<SerializableAttribute>
Public Class WrappedNamedObjectCollection(Of TBase As {Class, INamedObject}, TActual As {Class, INamedObject, TBase})
	Inherits WrappedObservableList(Of TBase, TActual)
	Implements 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..::..WrappedNamedObjectCollection<(Of <(<'TBase, TActual>)>)>

See Also