C# 클래스 Microsoft.Protocols.TestSuites.SharedAdapter.CellIDArray

상속: BasicObject
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
CellIDArray ( ) : System.Collections.Generic

Initializes a new instance of the CellIDArray class, this is default constructor.

CellIDArray ( CellIDArray cellIdArray ) : System.Collections.Generic

Initializes a new instance of the CellIDArray class, this is copy constructor.

CellIDArray ( ulong count, List content ) : System.Collections.Generic

Initializes a new instance of the CellIDArray class.

SerializeToByteList ( ) : List

This method is used to convert the element of CellIDArray basic object into a byte List.

보호된 메소드들

메소드 설명
DoDeserializeFromByteArray ( byte byteArray, int startIndex ) : int

This method is used to deserialize the CellIDArray basic object from the specified byte array and start index.

메소드 상세

CellIDArray() 공개 메소드

Initializes a new instance of the CellIDArray class, this is default constructor.
public CellIDArray ( ) : System.Collections.Generic
리턴 System.Collections.Generic

CellIDArray() 공개 메소드

Initializes a new instance of the CellIDArray class, this is copy constructor.
public CellIDArray ( CellIDArray cellIdArray ) : System.Collections.Generic
cellIdArray CellIDArray Specify the CellIDArray.
리턴 System.Collections.Generic

CellIDArray() 공개 메소드

Initializes a new instance of the CellIDArray class.
public CellIDArray ( ulong count, List content ) : System.Collections.Generic
count ulong Specify the number of CellID in the CellID array.
content List Specify the list of CellID.
리턴 System.Collections.Generic

DoDeserializeFromByteArray() 보호된 메소드

This method is used to deserialize the CellIDArray basic object from the specified byte array and start index.
protected DoDeserializeFromByteArray ( byte byteArray, int startIndex ) : int
byteArray byte Specify the byte array.
startIndex int Specify the start index from the byte array.
리턴 int

SerializeToByteList() 공개 메소드

This method is used to convert the element of CellIDArray basic object into a byte List.
public SerializeToByteList ( ) : List
리턴 List