BACnet.Ashrae.LogStatus.this C# (CSharp) 메소드

this() 공개 메소드

public this ( Bits bit ) : bool
bit Bits
리턴 bool
        public bool this[Bits bit]
        {
            get { return _bitstring[(int)bit]; }
        }