OptimizedMemoryStream.CanSeek

OptimizedMemoryStream.CanSeek property

When overridden in a derived class, gets a value indicating whether the current stream supports seeking.

public override bool CanSeek { get; }

Return Value

true if the stream supports seeking; otherwise, false.

See Also