BACnet.Core.Datalink.Mac.this C# (CSharp) Метод

this() публичный Метод

Retrieves the index-th byte of the mac address
public this ( int index ) : byte
index int The index of the byte to retrieve
Результат byte
        public byte this[int index]
        {
            get
            {
                return bytes[index];
            }
        }