You are here: Start » AVL.NET » NullableValue<T>.Reset Method

NullableValue<T>.Reset Method

Resets the current NullableValue<T> object to a new, non-null value (HasValue is equal to true)

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Syntax

public virtual void Reset
(
	T value
)

Parameters

Name Type Range Default Description
valueTNew value for this NullableValue

Possible Error

Error message: ''

Function Overrides

See also