EnumerationMode Enum

Definition

Specifies if items returned during enumeration of reliable collections should be unordered or ordered.

public enum EnumerationMode
type EnumerationMode = 
Public Enum EnumerationMode
Inheritance
EnumerationMode

Fields

Ordered 1

Results are be returned as an ordered enumeration.

Unordered 0

Results are returned as an unordered enumeration. Fastest enumeration mode.

Applies to