Microsoft.Protocols.TestSuites.Common.LongTermId.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(byte) * 24;
        }