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
Node
C# Class Microsoft.Protocols.TestSuites.Common.Node
Abstract class defines the interface Parse, which must be implemented by all sub classes
显示文件
Open project: OfficeDev/Interop-TestSuites
Public Methods
Method
Description
Parse
(
Context
context
) :
void
Parse bytes in context into a Node
Method Details
Parse()
public
abstract
method
Parse bytes in context into a Node
public
abstract
Parse
(
Context
context
) :
void
context
Context
The Context
return
void