System.Diagnostics.SwitchElementsCollection.this C# (CSharp) Method

this() public method

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