Njb.Discoverer.this C# (CSharp) Méthode

this() public méthode

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