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

this() public method

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