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.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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