Microsoft.Protocols.TestSuites.MS_OXCSTOR.EndCommand.Size C# (CSharp) Method

Size() public method

Get the size of the EndCommand
public Size ( ) : int
return int
        public override int Size()
        {
            return 1;
        }