OptimizedMemoryStream.Position

OptimizedMemoryStream.Position property

When overridden in a derived class, gets or sets the position within the current stream.

public override long Position { get; set; }

Return Value

The current position within the stream.

See Also