Class HeaderBlock
Inheritance
System.Object
HeaderBlock
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class HeaderBlock : ProtoBuf.IExtensible
Constructors
HeaderBlock()
Declaration
public HeaderBlock()
Properties
bbox
optional_features
Declaration
public List<string> optional_features { get; }
Property Value
System.Collections.Generic.List<System.String>
|
required_features
Declaration
public List<string> required_features { get; }
Property Value
System.Collections.Generic.List<System.String>
|
source
Declaration
public string source { get; set; }
Property Value
System.String
|
writingprogram
Declaration
public string writingprogram { get; set; }
Property Value
System.String
|