Table of Contents

Class DefaultGroupNode<TChild>

Namespace
Shift.Common
Assembly
Shift.Common.dll
public class DefaultGroupNode<TChild> : GroupNode<TChild>, IComparable<DefaultGroupNode<TChild>> where TChild : GroupLeaf, IComparable<TChild>

Type Parameters

TChild
Inheritance
GroupNode<TChild>
DefaultGroupNode<TChild>
Implements
Inherited Members
Extension Methods

Constructors

DefaultGroupNode()

public DefaultGroupNode()

Properties

Text

public string Text { get; set; }

Property Value

string

Methods

CompareTo(DefaultGroupNode<TChild>)

public int CompareTo(DefaultGroupNode<TChild> other)

Parameters

other DefaultGroupNode<TChild>

Returns

int