C# Класс Microsoft.Protocols.TestSuites.SharedAdapter.CellIDArray

Наследование: BasicObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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