Microsoft.Protocols.TestSuites.MS_OXORULE.RuleAction.RuleAction C# (CSharp) Method

RuleAction() public method

Initializes a new instance of the RuleAction class.
public RuleAction ( ) : System
return System
        public RuleAction()
        {
            this.countType = CountByte.TwoBytesCount;
        }

Same methods

RuleAction::RuleAction ( CountByte countType ) : System