 | AutoResetStream.CanSeek Property |
When overridden in a derived class, gets a value indicating whether the current stream supports seeking.
Namespace:
BionicCode.Utilities.Net.Standard.IO
Assembly:
BionicCode.Utilities.Net.Standard (in BionicCode.Utilities.Net.Standard.dll) Version: 1.0.4
Syntaxpublic override bool CanSeek { get; }
public:
virtual property bool CanSeek {
bool get () override;
}
abstract CanSeek : bool with get
override CanSeek : bool with get
/** @property */
public boolean get_CanSeek()
override function get CanSeek () : boolean
VIRTUAL PROPERTY CanSeek AS LOGIC GET
Return Value
Type:
Booleantrue if the stream supports seeking; otherwise,
false.
See Also