[This is preliminary documentation and is subject to change.]
Tries to read an element from the stream.
Namespace: Microsoft.Research.Naiad.Serialization
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
public bool TryRead( out TElement result )
Parameters
- result
- Type: TElement
The element, if this method returns true.
Return Value
Type: BooleanTrue if an element was successfully read, otherwise false.
See Also