'Declaration
<NotNullAttribute()> Function FromStream( _ ByVal stream As Object _ ) As ValueResult
'Usage
Dim instance As _StreamLoader Dim stream As Object Dim value As ValueResult value = instance.FromStream(stream)
[NotNull()] ValueResult FromStream( object stream )
[NotNull()] ValueResult^ FromStream( Object^ stream )
Parameters
- stream
- The stream to load the value from.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
Returns value result with the value loaded.
This method never returns null
(Nothing
in Visual Basic).