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

IfAction() private method

private IfAction ( ConditionType type ) : System
type ConditionType
return System
        internal IfAction(ConditionType type) {
            this.type = type;
        }