[This is preliminary documentation and is subject to change.]
Writes the given element to 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 void Write( TElement element )
Parameters
- element
- Type: TElement
The element to write.
See Also