Show / Hide Table of Contents

Class OppositeOrderedSet<TParent, TCollected>

Inheritance
object
DecoratedSet<TCollected>
OrderedSet<TCollected>
OppositeOrderedSet<TParent, TCollected>
Implements
IList
ICollection
IOrderedSet<TCollected>
IList<TCollected>
ISet<TCollected>
ICollection<TCollected>
IEnumerable<TCollected>
IEnumerable
Inherited Members
OrderedSet<TCollected>.Remove(TCollected)
OrderedSet<TCollected>.GetEnumerator()
OrderedSet<TCollected>.IndexOf(TCollected)
OrderedSet<TCollected>.Insert(int, TCollected)
OrderedSet<TCollected>.RemoveAt(int)
OrderedSet<TCollected>.this[int]
OrderedSet<TCollected>.AsReadOnly()
DecoratedSet<TCollected>.Items
DecoratedSet<TCollected>.ExceptWith(IEnumerable<TCollected>)
DecoratedSet<TCollected>.IntersectWith(IEnumerable<TCollected>)
DecoratedSet<TCollected>.IsProperSubsetOf(IEnumerable<TCollected>)
DecoratedSet<TCollected>.IsProperSupersetOf(IEnumerable<TCollected>)
DecoratedSet<TCollected>.IsSubsetOf(IEnumerable<TCollected>)
DecoratedSet<TCollected>.IsSupersetOf(IEnumerable<TCollected>)
DecoratedSet<TCollected>.Overlaps(IEnumerable<TCollected>)
DecoratedSet<TCollected>.SetEquals(IEnumerable<TCollected>)
DecoratedSet<TCollected>.SymmetricExceptWith(IEnumerable<TCollected>)
DecoratedSet<TCollected>.UnionWith(IEnumerable<TCollected>)
DecoratedSet<TCollected>.Contains(TCollected)
DecoratedSet<TCollected>.CopyTo(TCollected[], int)
DecoratedSet<TCollected>.Count
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NMF.Collections.ObjectModel
Assembly: NMF.Collections.dll
Syntax
public abstract class OppositeOrderedSet<TParent, TCollected> : OrderedSet<TCollected>, IList, ICollection, IOrderedSet<TCollected>, IList<TCollected>, ISet<TCollected>, ICollection<TCollected>, IEnumerable<TCollected>, IEnumerable
Type Parameters
Name Description
TParent
TCollected

Constructors

| Edit this page View Source

OppositeOrderedSet(TParent)

Declaration
protected OppositeOrderedSet(TParent parent)
Parameters
Type Name Description
TParent parent

Properties

| Edit this page View Source

Parent

Declaration
public TParent Parent { get; }
Property Value
Type Description
TParent

Methods

| Edit this page View Source

Add(TCollected)

Declaration
public override bool Add(TCollected item)
Parameters
Type Name Description
TCollected item
Returns
Type Description
bool
Overrides
OrderedSet<TCollected>.Add(TCollected)
| Edit this page View Source

Clear()

Declaration
public override void Clear()
Overrides
OrderedSet<TCollected>.Clear()
| Edit this page View Source

Remove(TCollected, int)

Declaration
protected override bool Remove(TCollected item, int index)
Parameters
Type Name Description
TCollected item
int index
Returns
Type Description
bool
Overrides
OrderedSet<TCollected>.Remove(TCollected, int)
| Edit this page View Source

Replace(int, TCollected, TCollected)

Declaration
protected override void Replace(int index, TCollected oldValue, TCollected newValue)
Parameters
Type Name Description
int index
TCollected oldValue
TCollected newValue
Overrides
OrderedSet<TCollected>.Replace(int, TCollected, TCollected)
| Edit this page View Source

SetOpposite(TCollected, TParent)

Declaration
protected abstract void SetOpposite(TCollected item, TParent newParent)
Parameters
Type Name Description
TCollected item
TParent newParent

Implements

IList
ICollection
IOrderedSet<T>
IList<T>
ISet<T>
ICollection<T>
IEnumerable<T>
IEnumerable
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX