C# 클래스 System.Xml.Xsl.IlGen.XmlILConstructInfo

Every node is annotated with information about how it will be constructed by ILGen.
상속: IQilAnnotation
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
Read ( QilNode nd ) : XmlILConstructInfo

Get ConstructInfo annotation for the specified node. Lazily create if necessary.

ToString ( ) : string

Return string representation of this annotation.

Write ( QilNode nd ) : XmlILConstructInfo

Create and initialize XmlILConstructInfo annotation for the specified node.

비공개 메소드들

메소드 설명
XmlILConstructInfo ( QilNodeType nodeType ) : System

Default to worst possible construction information.

메소드 상세

Read() 공개 정적인 메소드

Get ConstructInfo annotation for the specified node. Lazily create if necessary.
public static Read ( QilNode nd ) : XmlILConstructInfo
nd QilNode
리턴 XmlILConstructInfo

ToString() 공개 메소드

Return string representation of this annotation.
public ToString ( ) : string
리턴 string

Write() 공개 정적인 메소드

Create and initialize XmlILConstructInfo annotation for the specified node.
public static Write ( QilNode nd ) : XmlILConstructInfo
nd QilNode
리턴 XmlILConstructInfo