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+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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