PositionedString class

PositionedString class

Structure contains integer key and string value and is temporary replacement of KeyValuePair<int, string>

The PositionedString type exposes the following members:

Constructors

ConstructorDescription
__init__

Properties

PropertyDescription
keyInteger key
valueString value

See Also