Method | Description | |
---|---|---|
BinaryPlistDictionary ( IList |
Initializes a new instance of the BinaryPlistDictionary class.
|
|
ToDictionary ( ) : object>.Dictionary |
Converts this instance into a Dictionary{Object, Object}.
|
|
ToString ( ) : string |
Returns the string representation of this instance.
|
public BinaryPlistDictionary ( IList |
||
objectTable | IList |
A reference to the binary plist's object table. |
size | int | The size of the dictionary. |
return | System |