WikiFunctions.ReplaceSpecial.TemplateParamRule.Restore C# (CSharp) Method

Restore() public method

public Restore ( ) : void
return void
        public override void Restore()
        {
            if (ruleControl_ == null)
                return;
            ruleControl_.RestoreFromRule(this);
        }