ZeroStream.Position property

Gets or sets the position within the current stream.

public override long Position { get; set; }

Property Value

The current position within the stream.

See Also