Class NodeColor

Specifies the color of a red-black tree node

Inheritance
System.Object
NodeColor
Namespace: Solti.Utils.Primitives
Assembly: Solti.Utils.Primitives.dll
Syntax
public sealed class NodeColor : Enum

Fields

Black

Black

Declaration
public const NodeColor Black
Field Value
Type Description
NodeColor

Red

Red

Declaration
public const NodeColor Red
Field Value
Type Description
NodeColor

Unspecified

Default value

Declaration
public const NodeColor Unspecified
Field Value
Type Description
NodeColor

value__

Declaration
public int value__
Field Value
Type Description
System.Int32
In This Article
Back to top Generated by DocFX