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

Represents an item in a binary plist's object table.
ファイルを表示 Open project: ChadBurggraf/plists-cs Class Usage Examples

Public Methods

Method Description
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.

Method Details

BinaryPlistItem() public method

Initializes a new instance of the BinaryPlistItem class.
public BinaryPlistItem ( ) : System
return System

BinaryPlistItem() public method

Initializes a new instance of the BinaryPlistItem class.
public BinaryPlistItem ( object value ) : System
value object The value of the object the item represents.
return System

SetByteValue() public method

Sets the ByteValue to the given collection.
public SetByteValue ( IEnumerable buffer ) : void
buffer IEnumerable The collection to set.
return void

ToString() public method

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