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

AndRestriction() public method

Initializes a new instance of the AndRestriction class.
public AndRestriction ( ) : System
return System
        public AndRestriction()
        {
            this.RestrictType = RestrictionType.AndRestriction;
            this.CountType = CountByte.TwoBytesCount;
        }

Same methods

AndRestriction::AndRestriction ( CountByte countType ) : System