Show / Hide Table of Contents

Class OppositeSet<TParent, TCollected>

Inheritance
object
DecoratedSet<TCollected>
OppositeSet<TParent, TCollected>
Implements
ISet<TCollected>
ICollection<TCollected>
IEnumerable<TCollected>
IList
ICollection
IEnumerable
Inherited Members
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
DecoratedSet<TCollected>.GetEnumerator()
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 OppositeSet<TParent, TCollected> : DecoratedSet<TCollected>, ISet<TCollected>, ICollection<TCollected>, IEnumerable<TCollected>, IList, ICollection, IEnumerable
Type Parameters
Name Description
TParent
TCollected

Constructors

| Edit this page View Source

OppositeSet(TParent)

Declaration
protected OppositeSet(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
DecoratedSet<TCollected>.Add(TCollected)
| Edit this page View Source

Clear()

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

Remove(TCollected)

Declaration
public override bool Remove(TCollected item)
Parameters
Type Name Description
TCollected item
Returns
Type Description
bool
Overrides
DecoratedSet<TCollected>.Remove(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

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