DeviceSettingValueTEmpty Method

Generates an empty DeviceSettingValueT with the given value. This is used during object initialization.

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public static DeviceSettingValue<T> Empty(
	T value
)

Parameters

value  T
Value to set

Return Value

DeviceSettingValueT
Generated device settings value

Exceptions

ArgumentNullExceptionThrown if value is .

See Also