Table of Contents

Class GroupNode<TChild>

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

Type Parameters

TChild
Inheritance
GroupNode<TChild>
Derived
Inherited Members
Extension Methods

Constructors

GroupNode()

protected GroupNode()

Properties

Children

public GroupInfoCollection<TChild> Children { get; }

Property Value

GroupInfoCollection<TChild>