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

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

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

Метод Описание
BinaryPlistArray ( IList objectTable ) : System

Initializes a new instance of the BinaryPlistArray class.

BinaryPlistArray ( IList objectTable, int size ) : System

Initializes a new instance of the BinaryPlistArray class.

ToArray ( ) : object[]

Converts this instance into an T:object[] array.

ToString ( ) : string

Returns the string representation of this instance.

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

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

Initializes a new instance of the BinaryPlistArray class.
public BinaryPlistArray ( IList objectTable ) : System
objectTable IList A reference to the binary plist's object table.
Результат System

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

Initializes a new instance of the BinaryPlistArray class.
public BinaryPlistArray ( IList objectTable, int size ) : System
objectTable IList A reference to the binary plist's object table.
size int The size of the array.
Результат System

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

Converts this instance into an T:object[] array.
public ToArray ( ) : object[]
Результат object[]

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

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