Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void AddElement(T)

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

Declaration

public void AddElement(
    T element
)

Summary

Adds the specified element to this node. The element must be from the same equivalence class as those elements already in the node, otherwise ArgumentException is thrown.