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

this() 공개 메소드

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