AbstractValueMapTEmpty Field

Generates an empty value map, showing no value has been assigned.

Definition

Namespace: MobileTrack.Common.Enums
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public static readonly T Empty

Field Value

T

Remarks

An 'empty value' is generally not a valid value, but can be used as a fallback value. This is why they're not listed within the options of classes derived from AbstractValueMapT

See Also