Show / Hide Table of Contents

Class Way

Inheritance
System.Object
Way
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class Way : ProtoBuf.IExtensible

Constructors

Way()

Declaration
public Way()

Properties

id

Declaration
public long id { get; set; }
Property Value
System.Int64

info

Declaration
public Info info { get; set; }
Property Value
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>

Back to top Built by Itinero, MIT licensed.