Microsoft.Protocols.TestSuites.Common.TypedPropertyValue.Size C# (CSharp) 메소드

Size() 공개 메소드

Return the Size of this struct.
public Size ( ) : int
리턴 int
        public override int Size()
        {
            int size = sizeof(byte) * 2;
            size += base.Size();
            return size;
        }
TypedPropertyValue