Share via


MemoryStream.Position Property

Gets or sets the current position within the stream.

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)

Syntax

public override long Position { get; }

Property Value

The current position within the stream.

Version Information

Available in the .NET Micro Framework versions 3.0, 4.0, and 4.1.

See Also

Reference

MemoryStream Class
MemoryStream Members
System.IO Namespace