System.Diagnostics.SwitchElementsCollection.this C# (CSharp) Méthode

this() public méthode

public this ( string name ) : SwitchElement
name string
Résultat SwitchElement
        new public SwitchElement this[string name] {
            get {
                return (SwitchElement) BaseGet(name);
            }
        }