C# Class System.Runtime.Serialization.Plists.BinaryPlistDictionary

Afficher le fichier Open project: ChadBurggraf/plists-cs Class Usage Examples

Méthodes publiques

Méthode Description
BinaryPlistDictionary ( IList objectTable, int size ) : System

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.

Method Details

BinaryPlistDictionary() public méthode

Initializes a new instance of the BinaryPlistDictionary class.
public BinaryPlistDictionary ( IList objectTable, int size ) : System
objectTable IList A reference to the binary plist's object table.
size int The size of the dictionary.
Résultat System

ToDictionary() public méthode

Converts this instance into a Dictionary{Object, Object}.
public ToDictionary ( ) : object>.Dictionary
Résultat object>.Dictionary

ToString() public méthode

Returns the string representation of this instance.
public ToString ( ) : string
Résultat string