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

ActionBlock() public method

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

Same methods

ActionBlock::ActionBlock ( ) : System