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

Afficher le fichier Open project: ChadBurggraf/plists-cs Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

BinaryPlistArray() public méthode

Initializes a new instance of the BinaryPlistArray class.
public BinaryPlistArray ( IList objectTable ) : System
objectTable IList A reference to the binary plist's object table.
Résultat System

BinaryPlistArray() public méthode

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.
Résultat System

ToArray() public méthode

Converts this instance into an T:object[] array.
public ToArray ( ) : object[]
Résultat object[]

ToString() public méthode

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