C# 클래스 MS.Internal.Xml.XPath.Axis

상속: AstNode
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
abbrAxis bool

공개 메소드들

메소드 설명
Axis ( AxisType axisType, AstNode input ) : System
Axis ( AxisType axisType, AstNode input, string prefix, string name, XPathNodeType nodetype ) : System

메소드 상세

Axis() 공개 메소드

public Axis ( AxisType axisType, AstNode input ) : System
axisType AxisType
input AstNode
리턴 System

Axis() 공개 메소드

public Axis ( AxisType axisType, AstNode input, string prefix, string name, XPathNodeType nodetype ) : System
axisType AxisType
input AstNode
prefix string
name string
nodetype XPathNodeType
리턴 System

프로퍼티 상세

abbrAxis 보호되어 있는 프로퍼티

protected bool abbrAxis
리턴 bool