System.Xml.Xsl.XsltOld.VariableAction.VariableAction C# (CSharp) Method

VariableAction() private method

private VariableAction ( VariableType type ) : System.Diagnostics
type VariableType
return System.Diagnostics
        internal VariableAction(VariableType type) {
            this.varType = type;
        }