ICSharpCode.SharpZipLib.Zip.RawTaggedData.GetData C# (CSharp) Метод

GetData() публичный Метод

Get the binary data representing this instance.
public GetData ( ) : byte[]
Результат byte[]
        public byte[] GetData() {
            return _data;
        }