Microsoft.Protocols.TestSuites.Common.PropertyId.Size C# (CSharp) Méthode

Size() public méthode

Return the size of this structure.
public Size ( ) : int
Résultat int
        public int Size()
        {
            return sizeof(ushort);
        }