BACnet.Ashrae.DaysOfWeek.this C# (CSharp) Method

this() public method

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