C# Класс System.Xml.Xsl.Qil.SubstitutionList

Data structure for use in CloneAndReplace
Isolates the many QilNode classes from changes in the underlying data structure.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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