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

Size() public method

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