BACnet.Ashrae.LimitEnable.this C# (CSharp) Méthode

this() public méthode

public this ( Bits bit ) : bool
bit Bits
Résultat bool
        public bool this[Bits bit]
        {
            get { return _bitstring[(int)bit]; }
        }