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

Represents an item in a binary plist's object table.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
BinaryPlistItem ( ) : System

Initializes a new instance of the BinaryPlistItem class.

BinaryPlistItem ( object value ) : System

Initializes a new instance of the BinaryPlistItem class.

SetByteValue ( IEnumerable buffer ) : void

Sets the ByteValue to the given collection.

ToString ( ) : string

Gets the string representation of this instance.

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

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

Initializes a new instance of the BinaryPlistItem class.
public BinaryPlistItem ( ) : System
Результат System

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

Initializes a new instance of the BinaryPlistItem class.
public BinaryPlistItem ( object value ) : System
value object The value of the object the item represents.
Результат System

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

Sets the ByteValue to the given collection.
public SetByteValue ( IEnumerable buffer ) : void
buffer IEnumerable The collection to set.
Результат void

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

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