Njb.Discoverer.this C# (CSharp) Method

this() public method

public this ( int i ) : Device
i int
return Device
        public Device this[int i]
        {
            get {
                return devices[i];
            }
        }