Class DefaultGroupNode<TChild>
public class DefaultGroupNode<TChild> : GroupNode<TChild>, IComparable<DefaultGroupNode<TChild>> where TChild : GroupLeaf, IComparable<TChild>
Type Parameters
TChild
- Inheritance
-
GroupNode<TChild>DefaultGroupNode<TChild>
- Implements
-
IComparable<DefaultGroupNode<TChild>>
- Inherited Members
- Extension Methods
Constructors
DefaultGroupNode()
public DefaultGroupNode()
Properties
Text
public string Text { get; set; }
Property Value
Methods
CompareTo(DefaultGroupNode<TChild>)
public int CompareTo(DefaultGroupNode<TChild> other)
Parameters
otherDefaultGroupNode<TChild>