C# 클래스 System.Xml.Xsl.Qil.SubstitutionList

Data structure for use in CloneAndReplace
Isolates the many QilNode classes from changes in the underlying data structure.
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
FindReplacement ( QilNode n ) : QilNode

Find the replacement for a node

RemoveLastNSubstitutionPairs ( int n ) : void

Remove the last N substitution pairs

메소드 상세

FindReplacement() 공개 메소드

Find the replacement for a node
public FindReplacement ( QilNode n ) : QilNode
n QilNode the node to replace
리턴 QilNode

RemoveLastNSubstitutionPairs() 공개 메소드

Remove the last N substitution pairs
public RemoveLastNSubstitutionPairs ( int n ) : void
n int
리턴 void