Microsoft.Protocols.TestSuites.MS_OXCSTOR.PopCommand.PopCommand C# (CSharp) Method

PopCommand() public method

Initializes a new instance of the PopCommand class
public PopCommand ( )
        public PopCommand()
        {
            this.Command = (byte)CommandType.PopCommand;
        }