'Declaration
<NotNullAttribute()> Public Shared Function ClosedSuccess(Of T)( _ ByVal value As T _ ) As ClosedValueResult(Of T)
'Usage
Dim value As T Dim value As ClosedValueResult(Of T) value = ValueResult.ClosedSuccess(Of T)(value)
Parameters
- value
The value of this parameter can be
null
(Nothing
in Visual Basic).
Type Parameters
- T
Return Value
This method never returns null
(Nothing
in Visual Basic).