GZipStream.SetLength(Int64) メソッド

定義

このプロパティはサポートされておらず、常に NotSupportedExceptionをスローします。

public:
 override void SetLength(long value);
public override void SetLength(long value);
override this.SetLength : int64 -> unit
abstract member SetLength : int64 -> unit
override this.SetLength : int64 -> unit
Public Overrides Sub SetLength (value As Long)

パラメーター

value
Int64

ストリームの長さ。

例外

このプロパティは、このストリームではサポートされていません。

適用対象