C# 클래스 System.Runtime.Serialization.Plists.BinaryPlistDictionary

파일 보기 프로젝트 열기: ChadBurggraf/plists-cs 1 사용 예제들

공개 메소드들

메소드 설명
BinaryPlistDictionary ( IList objectTable, int size ) : System

Initializes a new instance of the BinaryPlistDictionary class.

ToDictionary ( ) : object>.Dictionary

Converts this instance into a Dictionary{Object, Object}.

ToString ( ) : string

Returns the string representation of this instance.

메소드 상세

BinaryPlistDictionary() 공개 메소드

Initializes a new instance of the BinaryPlistDictionary class.
public BinaryPlistDictionary ( IList objectTable, int size ) : System
objectTable IList A reference to the binary plist's object table.
size int The size of the dictionary.
리턴 System

ToDictionary() 공개 메소드

Converts this instance into a Dictionary{Object, Object}.
public ToDictionary ( ) : object>.Dictionary
리턴 object>.Dictionary

ToString() 공개 메소드

Returns the string representation of this instance.
public ToString ( ) : string
리턴 string