'Declaration<NotNullAttribute()> Function FromStream( _ ByVal stream As Object _ ) As ValueResult
'UsageDim 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(Nothingin Visual Basic). 
Return Value
This method never returns null (Nothing in Visual Basic).