 | GZipBlockBlock Property |
[Missing <summary> documentation for "P:GZipStreamTool.Base.Gzip.GZipBlock.Block"]
Namespace:
GZipStreamTool.Base.Gzip
Assembly:
GZipStreamTool.Base (in GZipStreamTool.Base.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic byte[] Block { get; set; }
Public Property Block As Byte()
Get
Set
public:
property array<unsigned char>^ Block {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member Block : byte[] with get, set
Property Value
Type:
Byte
See Also