[This is preliminary documentation and is subject to change.]
Reads 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 TElement Read<TElement>()
Type Parameters
- TElement
- The type of the element.
Return Value
Type: TElementThe element.
See Also