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

ActionBlock() public method

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

Same methods

ActionBlock::ActionBlock ( CountByte countType ) : System