Microsoft.Protocols.TestSuites.Common.GlobalIdentifier.Size C# (CSharp) Method

Size() public method

Return the size of this struct.
public Size ( ) : int
return int
        public int Size()
        {
            return sizeof(byte) * 22;
        }