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

Represents an item in a binary plist's object table.
Afficher le fichier Open project: ChadBurggraf/plists-cs Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the BinaryPlistItem class.
public BinaryPlistItem ( ) : System
Résultat System

BinaryPlistItem() public méthode

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

SetByteValue() public méthode

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

ToString() public méthode

Gets the string representation of this instance.
public ToString ( ) : string
Résultat string