Class Way
Inheritance
System.Object
    Way
  Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class Way : ProtoBuf.IExtensibleConstructors
Way()
Declaration
public Way()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> 
 | 
refs
Declaration
public List<long> refs { get; }Property Value
| System.Collections.Generic.List<System.Int64> 
 | 
vals
Declaration
public List<uint> vals { get; }Property Value
| System.Collections.Generic.List<System.UInt32> 
 |