System.Diagnostics.SwitchElementsCollection.this C# (CSharp) 메소드

this() 공개 메소드

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