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

Size() public method

Return the Size of this struct.
public Size ( ) : int
return int
        public override int Size()
        {
            int size = sizeof(byte);
            size += base.Size();
            return size;
        }
FlaggedPropertyValue