Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Microsoft
Protocols
TestSuites
MS_OXORULE
LongArray_r
C# Class Microsoft.Protocols.TestSuites.MS_OXORULE.LongArray_r
The LongArray_r structure encodes an array of 32-bit integers.
Show file
Open project: OfficeDev/Interop-TestSuites
Class Usage Examples
Public Properties
Property
Type
Description
CValues
uint
Public Methods
Method
Description
Serialize
( ) :
byte[]
This method is used for serializing the LongArray_r.
Method Details
Serialize()
public
method
This method is used for serializing the LongArray_r.
public
Serialize
( ) :
byte[]
return
byte[]
Property Details
CValues
public property
The number of 32-bit integers represented in this structure. This value MUST NOT exceed 100,000.
public
uint
CValues
return
uint