C# Class Microsoft.Protocols.TestSuites.SharedAdapter.DataNodeObjectData

Data Node Object data.
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
DataNodeObjectData ( byte byteArray, int startIndex, int length ) : System

Initializes a new instance of the DataNodeObjectData class.

Private Methods

Méthode Description
DataNodeObjectData ( ) : System

Initializes a new instance of the DataNodeObjectData class.

Method Details

DataNodeObjectData() public méthode

Initializes a new instance of the DataNodeObjectData class.
public DataNodeObjectData ( byte byteArray, int startIndex, int length ) : System
byteArray byte A Byte array
startIndex int Start position
length int The element length
Résultat System