| Package | com.bourre.ioc.assembler.property |
| Class | public class DictionaryItem |
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
TODO Documentation
| Method | Defined by | ||
|---|---|---|---|
| DictionaryItem | |||
| DictionaryItem | |||
| DictionaryItem | |||
|
toString():String
Returns the string representation of this instance.
| DictionaryItem | ||
| key | property |
public var key:Object
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
| value | property |
public var value:Object
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
| DictionaryItem | () | constructor |
public function DictionaryItem(key:Property, value:Property)
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
key:Property |
|
value:Property |
| getPropertyKey | () | method |
public function getPropertyKey():Property
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Property |
| getPropertyValue | () | method |
public function getPropertyValue():Property
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Property |
| toString | () | method |
public function toString():String
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Returns the string representation of this instance.
ReturnsString — the string representation of this instance
|