Class
IdValuePair
IdValuePair
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
id | int | readwrite | |
value | Value | readwrite |
Methods
Constructor
IdValuePair IdValuePair (id: int, value: Value)
Parameter | Type | Description |
---|---|---|
id | int | |
value | Value |
Example | new IdValuePair() |
Used in:
number IdValuePairs.push (value: IdValuePair)
Return
IdValuePair IdValuePair.IdValuePair (id: int, value: Value)
IdValuePair IdValuePairs.pop ()
Jongware, 18-Jan-2015 v1.0 | Contents :: Index |