Show / Hide Table of Contents

Class NamespaceTypesCollection

Inheritance
object
Collection<IType>
ObservableCollectionExtended<IType>
ObservableList<IType>
ObservableOppositeList<INamespace, IType>
NamespaceTypesCollection
Implements
IReadOnlyList<IType>
IReadOnlyCollection<IType>
IList
ICollection
INotifyCollectionChanging
INotifyPropertyChanged
INotifyCollectionChanged
IListExpression<IType>
IList<IType>
ICollectionExpression<IType>
IEnumerableExpression<IType>
IEnumerableExpression
ICollection<IType>
IEnumerable<IType>
IEnumerable
Inherited Members
ObservableOppositeList<INamespace, IType>.Parent
ObservableOppositeList<INamespace, IType>.SetOpposite(IType, INamespace)
ObservableOppositeList<INamespace, IType>.ClearItems()
ObservableOppositeList<INamespace, IType>.InsertItem(int, IType)
ObservableOppositeList<INamespace, IType>.RemoveItem(int)
ObservableOppositeList<INamespace, IType>.SetItem(int, IType)
ObservableOppositeList<INamespace, IType>.ToString()
ObservableList<IType>.AsNotifiable()
ObservableList<IType>.ToString()
ObservableCollectionExtended<IType>.CollectionChanging
ObservableCollectionExtended<IType>.CollectionChanged
ObservableCollectionExtended<IType>.PropertyChanged
ObservableCollectionExtended<IType>.OnCollectionChanging(NotifyCollectionChangedEventArgs)
ObservableCollectionExtended<IType>.OnCollectionChanged(NotifyCollectionChangedEventArgs, bool)
ObservableCollectionExtended<IType>.RequireEvents()
ObservableCollectionExtended<IType>.ClearItems()
ObservableCollectionExtended<IType>.InsertItem(int, IType)
ObservableCollectionExtended<IType>.MoveItem(int, int)
ObservableCollectionExtended<IType>.RemoveItem(int)
ObservableCollectionExtended<IType>.SetItem(int, IType)
Collection<IType>.Add(IType)
Collection<IType>.Clear()
Collection<IType>.Contains(IType)
Collection<IType>.CopyTo(IType[], int)
Collection<IType>.GetEnumerator()
Collection<IType>.IndexOf(IType)
Collection<IType>.Insert(int, IType)
Collection<IType>.Remove(IType)
Collection<IType>.RemoveAt(int)
Collection<IType>.Count
Collection<IType>.this[int]
Collection<IType>.Items
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: NMF.Models.Meta
Assembly: NMF.Models.dll
Syntax
public class NamespaceTypesCollection : ObservableOppositeList<INamespace, IType>, IReadOnlyList<IType>, IReadOnlyCollection<IType>, IList, ICollection, INotifyCollectionChanging, INotifyPropertyChanged, INotifyCollectionChanged, IListExpression<IType>, IList<IType>, ICollectionExpression<IType>, IEnumerableExpression<IType>, IEnumerableExpression, ICollection<IType>, IEnumerable<IType>, IEnumerable

Constructors

| Edit this page View Source

NamespaceTypesCollection(INamespace)

Declaration
public NamespaceTypesCollection(INamespace parent)
Parameters
Type Name Description
INamespace parent

Methods

| Edit this page View Source

SetOpposite(IType, INamespace)

Declaration
protected override void SetOpposite(IType item, INamespace parent)
Parameters
Type Name Description
IType item
INamespace parent
Overrides
ObservableOppositeList<INamespace, IType>.SetOpposite(IType, INamespace)

Implements

IReadOnlyList<T>
IReadOnlyCollection<T>
IList
ICollection
INotifyCollectionChanging
INotifyPropertyChanged
INotifyCollectionChanged
IListExpression<T>
IList<T>
ICollectionExpression<T>
IEnumerableExpression<T>
IEnumerableExpression
ICollection<T>
IEnumerable<T>
IEnumerable
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX