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

NullableRef<T>.Reset Method

Resets the current NullableRef<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 NullableRef

Possible Error

Error message: ''

Function Overrides

See also