C# Класс System.Runtime.Serialization.Plists.BinaryPlistDictionary

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

BinaryPlistDictionary() публичный Метод

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.
Результат System

ToDictionary() публичный Метод

Converts this instance into a Dictionary{Object, Object}.
public ToDictionary ( ) : object>.Dictionary
Результат object>.Dictionary

ToString() публичный Метод

Returns the string representation of this instance.
public ToString ( ) : string
Результат string