All types
|
All members
RT.Util.Core
RT.KitchenSink
RT.KitchenSink.Collections
IPartial
Comparable
<T>
Lazy
List
<T>
Partial
Comparison
Result
Poset
<T>
Poset
Node
<T>
Poset
Node<T>
(
element
,
elements
)
AddElement
(
element
)
PartialCompareTo
(
other
)
PartialCompareTo
(
other
)
ToString
()
Elements
Largers
Smallers
RT.KitchenSink.Geometry
RT.KitchenSink.Lex
RT.KitchenSink.Streams
RT.Util
RT.Util.Collections
RT.Util.Consoles
RT.Util.ExtensionMethods
RT.Util.ExtensionMethods.Obsolete
RT.Util.Geometry
RT.Util.IL
RT.Util.Paths
RT.Util.Streams
RT.Util.Text
RT.Util.Threading
PropellerApi
PuzzleSolvers
RT.ArithmeticCoding
RT.BigInteger
RT.CommandLine
RT.Coordinates
RT.Dijkstra
RT.Generex
RT.Json
RT.Lingo
RT.Lingo.Base
RT.NUnitDirect
RT.PostBuild
RT.SelfService
RT.Serialization
RT.Serialization.Binary
RT.Serialization.Json
RT.Serialization.Xml
RT.Servers
RT.TagSoup
RT.Util
RT.Util.Legacy
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Constructor:
PosetNode<T>
(
T
,
params T[]
)
Declared in:
RT.KitchenSink.Collections.
PosetNode
<T>
Declaration
public
PosetNode
<T>
(
T
element
,
params T[]
elements
)
Summary
Creates a new node and initialises it with the single element. A node is only permitted to exist if it contains at least one element.
Parameters
T
element
An element to store in this node. This determines the equivalence class, and it will not be possible to add further elements not equal to this one.
T[]
elements
Any additional elements to add to the node.