System.Xml.Xsl.Qil.QilScopedVisitor.EndScope C# (CSharp) Method

EndScope() protected method

Called when a variable, parameter, or function exits scope.
protected EndScope ( QilNode node ) : void
node QilNode
return void
        protected virtual void EndScope(QilNode node) {
        }