Njb.Discoverer.this C# (CSharp) 메소드

this() 공개 메소드

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