Class OrderType
Enumerates the two ways a data structure orders its elements.
Inheritance
System.Object
OrderType
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public sealed class OrderType : Enum
Fields
Ascending
Specifies that the element with the minimum priority will pop first in the data structure.
Declaration
public const OrderType Ascending
Field Value
OrderType
|
Descending
Specifies that the element with the maximum priority will pop first in the data structure.
Declaration
public const OrderType Descending
Field Value
OrderType
|
value__
Declaration
public int value__
Field Value
System.Int32
|