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

ExtendedRuleCondition() public method

Initializes a new instance of the ExtendedRuleCondition class.
public ExtendedRuleCondition ( CountByte countType ) : System.Collections.Generic
countType CountByte The COUNT Type of this class.
return System.Collections.Generic
        public ExtendedRuleCondition(CountByte countType)
        {
            this.countType = countType;
        }

Same methods

ExtendedRuleCondition::ExtendedRuleCondition ( ) : System.Collections.Generic