Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Microsoft
Protocols
TestSuites
Common
FlaggedPropertyValue
Size
Microsoft.Protocols.TestSuites.Common.FlaggedPropertyValue.Size C# (CSharp) Method
FlaggedPropertyValue Class Documentation
显示文件
Open project: OfficeDev/Interop-TestSuites
Size()
public
method
Return the Size of this struct.
public
Size
( ) :
int
return
int
public override int Size() { int size = sizeof(byte); size += base.Size(); return size; }
FlaggedPropertyValue
Parse
Serialize
Size