[To be supplied.]
[C#] In C#, this member is the indexer for the TraceListeners class.
Gets the first TraceListener in the list with the specified name.
[Visual Basic] Overloads Public Default ReadOnly Property Item(String) As TraceListener
[C#] public TraceListener this[String] {get;}
[C++] public: __property TraceListener* get_Item(String*);
[JScript] TraceListeners.Item (String)
Gets or sets the TraceListener at the specified index.
[Visual Basic] Overloads Public Default Property Item(Integer) As TraceListener
[C#] public TraceListener this[int] {get; set;}
[C++] public: __property TraceListener* get_Item(int);
public: __property void set_Item(int, TraceListener*);
[JScript] TraceListeners.Item (int)
TraceListeners Class | TraceListeners Members | System.Diagnostics Namespace