Noemax.GZip Namespace > DeflateOutputStream Class : CanSeek Property |
'Declaration Public Overrides ReadOnly Property CanSeek As System.Boolean
'Usage Dim instance As DeflateOutputStream Dim value As System.Boolean value = instance.CanSeek
public override System.bool CanSeek {get;}
public read-only property CanSeek: System.Boolean; override;
public override function get CanSeek : System.boolean
public: __property System.bool get_CanSeek() override;
public: property System.bool CanSeek { System.bool get() override; }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
DeflateOutputStream Class
DeflateOutputStream Members
Base Implementation in CanSeek