Class Node
Inheritance
System.Object
Node
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class Node : ProtoBuf.IExtensible
Constructors
Node()
Declaration
public Node()
Properties
id
Declaration
public long id { get; set; }
Property Value
System.Int64
|
info
keys
Declaration
public List<uint> keys { get; }
Property Value
System.Collections.Generic.List<System.UInt32>
|
lat
Declaration
public long lat { get; set; }
Property Value
System.Int64
|
lon
Declaration
public long lon { get; set; }
Property Value
System.Int64
|
vals
Declaration
public List<uint> vals { get; }
Property Value
System.Collections.Generic.List<System.UInt32>
|