Mono Class Library: System.IO.MemoryStream Overview | MembersSystem.IO.MemoryStream.Position Property |
Gets or sets the current position within the stream. [Edit]
|
A long containing the current position within the stream. [Edit]
Type Reason ArgumentOutOfRangeException The value specified for a set operation is negative or greater than the maximum length of a System.IO.MemoryStream. [Edit] ObjectDisposedException The current stream is closed. [Edit]
Note: This property overrides Stream.Position.[Edit]
Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0