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

ファイルを表示 Open project: ChadBurggraf/plists-cs Class Usage Examples

Public Methods

Method 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 method

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.
return System

ToDictionary() public method

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

ToString() public method

Returns the string representation of this instance.
public ToString ( ) : string
return string