Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void Add(T)

  • Declared in: RT.KitchenSink.Collections.Poset<T>

Declaration

public void Add(
    T element
)

Summary

Adds an element to the poset. If available, the element will be added to an existing equivalence class (node), otherwise a new one will be created, and the DAGs will be updated as appropriate.