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