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

this() 공개 메소드

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