Microsoft.Protocols.TestSuites.MS_OXORULE.ActionBlock.ActionBlock C# (CSharp) 메소드

ActionBlock() 공개 메소드

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

Same methods

ActionBlock::ActionBlock ( ) : System