Class BlobHeader
Inheritance
System.Object
BlobHeader
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class BlobHeader : ProtoBuf.IExtensible
Constructors
BlobHeader()
Declaration
public BlobHeader()
Properties
datasize
Declaration
public int datasize { get; set; }
Property Value
System.Int32
|
indexdata
Declaration
public byte[] indexdata { get; set; }
Property Value
System.Byte[]
|
type
Declaration
public string type { get; set; }
Property Value
System.String
|