Namespace:  EGIS.Mapbox.Vector.Tile
Assembly:  EGIS.Mapbox.Vector.Tile (in EGIS.Mapbox.Vector.Tile.dll)

Syntax

Visual Basic
<ProtoContractAttribute(Name := "value")> _
Public NotInheritable Class Value _
	Implements IExtensible
C#
[ProtoContractAttribute(Name = "value")]
public sealed class Value : IExtensible
Visual C++
[ProtoContractAttribute(Name = L"value")]
public ref class Value sealed : IExtensible
JavaScript
EGIS.Mapbox.Vector.Tile.Value = function();

Type.createClass(
	'EGIS.Mapbox.Vector.Tile.Value',
	null,
	ProtoBuf.IExtensible);

Inheritance Hierarchy

System..::..Object
  EGIS.Mapbox.Vector.Tile..::..Tile..::..Value

See Also