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

Represents an item in a binary plist's object table.
파일 보기 프로젝트 열기: ChadBurggraf/plists-cs 1 사용 예제들

공개 메소드들

메소드 설명
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