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

Syntax

Visual Basic
<ProtoMemberAttribute(, Name := "tags", DataFormat := DataFormat.TwosComplement,  _
	Options := MemberSerializationOptions.Packed)> _
Public ReadOnly Property Tags As List(Of UInteger)
	Get
C#
[ProtoMemberAttribute(, Name = "tags", DataFormat = DataFormat.TwosComplement, 
	Options = MemberSerializationOptions.Packed)]
public List<uint> Tags { get; }
Visual C++
[ProtoMemberAttribute(, Name = L"tags", DataFormat = DataFormat::TwosComplement, 
	Options = MemberSerializationOptions::Packed)]
public:
property List<unsigned int>^ Tags {
	List<unsigned int>^ get ();
}
JavaScript
function get_tags();

See Also