C# 클래스 Microsoft.Protocols.TestSuites.Common.Node

Abstract class defines the interface Parse, which must be implemented by all sub classes
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

공개 메소드들

메소드 설명
Parse ( Context context ) : void

Parse bytes in context into a Node

메소드 상세

Parse() 공개 추상적인 메소드

Parse bytes in context into a Node
public abstract Parse ( Context context ) : void
context Context The Context
리턴 void