Revert "PR-5360"
[platform/core/csapi/tizenfx.git] / pkg / Tizen.NET.API11 / build / tizen11.0 / ref / System.Diagnostics.TraceSource.xml
index ba9401f..e7bbbcd 100755 (executable)
       <param name="description">The description of the switch.</param>
       <param name="defaultSwitchValue">The default value of the switch.</param>
     </member>
-    <member name="M:System.Diagnostics.BooleanSwitch.OnValueChanged">
-      <summary>Determines whether the new value of the <see cref="P:System.Diagnostics.Switch.Value" /> property can be parsed as a Boolean value.</summary>
-    </member>
     <member name="P:System.Diagnostics.BooleanSwitch.Enabled">
       <summary>Gets or sets a value indicating whether the switch is enabled or disabled.</summary>
-      <exception cref="T:System.Security.SecurityException">The caller does not have the correct permission.</exception>
       <returns>
         <see langword="true" /> if the switch is enabled; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
+      <exception cref="T:System.Security.SecurityException">The caller does not have the correct permission.</exception>
+    </member>
+    <member name="M:System.Diagnostics.BooleanSwitch.OnValueChanged">
+      <summary>Determines whether the new value of the <see cref="P:System.Diagnostics.Switch.Value" /> property can be parsed as a Boolean value.</summary>
     </member>
     <member name="T:System.Diagnostics.CorrelationManager">
       <summary>Correlates traces that are part of a logical transaction.</summary>
     </member>
+    <member name="P:System.Diagnostics.CorrelationManager.ActivityId">
+      <summary>Gets or sets the identity for a global activity.</summary>
+      <returns>A <see cref="T:System.Guid" /> structure that identifies the global activity.</returns>
+    </member>
+    <member name="P:System.Diagnostics.CorrelationManager.LogicalOperationStack">
+      <summary>Gets the logical operation stack from the call context.</summary>
+      <returns>A <see cref="T:System.Collections.Stack" /> object that represents the logical operation stack for the call context.</returns>
+    </member>
     <member name="M:System.Diagnostics.CorrelationManager.StartLogicalOperation">
       <summary>Starts a logical operation on a thread.</summary>
     </member>
       <summary>Stops the current logical operation.</summary>
       <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Diagnostics.CorrelationManager.LogicalOperationStack" /> property is an empty stack.</exception>
     </member>
-    <member name="P:System.Diagnostics.CorrelationManager.ActivityId">
-      <summary>Gets or sets the identity for a global activity.</summary>
-      <returns>A <see cref="T:System.Guid" /> structure that identifies the global activity.</returns>
-    </member>
-    <member name="P:System.Diagnostics.CorrelationManager.LogicalOperationStack">
-      <summary>Gets the logical operation stack from the call context.</summary>
-      <returns>A <see cref="T:System.Collections.Stack" /> object that represents the logical operation stack for the call context.</returns>
-    </member>
     <member name="T:System.Diagnostics.DefaultTraceListener">
       <summary>Provides the default output methods and behavior for tracing.</summary>
     </member>
     <member name="M:System.Diagnostics.DefaultTraceListener.#ctor">
       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DefaultTraceListener" /> class with "Default" as its <see cref="P:System.Diagnostics.TraceListener.Name" /> property value.</summary>
     </member>
+    <member name="P:System.Diagnostics.DefaultTraceListener.AssertUiEnabled">
+      <summary>Gets or sets a value indicating whether the application is running in user-interface mode.</summary>
+      <returns>
+        <see langword="true" /> if user-interface mode is enabled; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Diagnostics.DefaultTraceListener.Fail(System.String)">
       <summary>Emits or displays a message and a stack trace for an assertion that always fails.</summary>
       <param name="message">The message to emit or display.</param>
       <param name="message">The message to emit or display.</param>
       <param name="detailMessage">The detailed message to emit or display.</param>
     </member>
+    <member name="P:System.Diagnostics.DefaultTraceListener.LogFileName">
+      <summary>Gets or sets the name of a log file to write trace or debug messages to.</summary>
+      <returns>The name of a log file to write trace or debug messages to.</returns>
+    </member>
     <member name="M:System.Diagnostics.DefaultTraceListener.Write(System.String)">
       <summary>Writes the output to the <see langword="OutputDebugString" /> function and to the <see cref="M:System.Diagnostics.Debugger.Log(System.Int32,System.String,System.String)" /> method.</summary>
       <param name="message">The message to write to <see langword="OutputDebugString" /> and <see cref="M:System.Diagnostics.Debugger.Log(System.Int32,System.String,System.String)" />.</param>
       <summary>Writes the output to the <see langword="OutputDebugString" /> function and to the <see cref="M:System.Diagnostics.Debugger.Log(System.Int32,System.String,System.String)" /> method, followed by a carriage return and line feed (\r\n).</summary>
       <param name="message">The message to write to <see langword="OutputDebugString" /> and <see cref="M:System.Diagnostics.Debugger.Log(System.Int32,System.String,System.String)" />.</param>
     </member>
-    <member name="P:System.Diagnostics.DefaultTraceListener.AssertUiEnabled">
-      <summary>Gets or sets a value indicating whether the application is running in user-interface mode.</summary>
-      <returns>
-        <see langword="true" /> if user-interface mode is enabled; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Diagnostics.DefaultTraceListener.LogFileName">
-      <summary>Gets or sets the name of a log file to write trace or debug messages to.</summary>
-      <returns>The name of a log file to write trace or debug messages to.</returns>
-    </member>
     <member name="T:System.Diagnostics.EventTypeFilter">
       <summary>Indicates whether a listener should trace based on the event type.</summary>
     </member>
       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.EventTypeFilter" /> class.</summary>
       <param name="level">A bitwise combination of the <see cref="T:System.Diagnostics.SourceLevels" /> values that specifies the event type of the messages to trace.</param>
     </member>
+    <member name="P:System.Diagnostics.EventTypeFilter.EventType">
+      <summary>Gets or sets the event type of the messages to trace.</summary>
+      <returns>A bitwise combination of the <see cref="T:System.Diagnostics.SourceLevels" /> values.</returns>
+    </member>
     <member name="M:System.Diagnostics.EventTypeFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])">
       <summary>Determines whether the trace listener should trace the event.</summary>
       <param name="cache">A <see cref="T:System.Diagnostics.TraceEventCache" /> that represents the information cache for the trace event.</param>
       <returns>
         <see langword="true" /> if the trace should be produced; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="P:System.Diagnostics.EventTypeFilter.EventType">
-      <summary>Gets or sets the event type of the messages to trace.</summary>
-      <returns>A bitwise combination of the <see cref="T:System.Diagnostics.SourceLevels" /> values.</returns>
-    </member>
     <member name="T:System.Diagnostics.SourceFilter">
       <summary>Indicates whether a listener should trace a message based on the source of a trace.</summary>
     </member>
       <param name="args">An array of argument objects.</param>
       <param name="data1">A trace data object.</param>
       <param name="data">An array of trace data objects.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="source" /> is <see langword="null" />.</exception>
       <returns>
         <see langword="true" /> if the trace should be produced; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="source" /> is <see langword="null" />.</exception>
     </member>
     <member name="P:System.Diagnostics.SourceFilter.Source">
       <summary>Gets or sets the name of the trace source.</summary>
-      <exception cref="T:System.ArgumentNullException">The value is <see langword="null" />.</exception>
       <returns>The name of the trace source.</returns>
+      <exception cref="T:System.ArgumentNullException">The value is <see langword="null" />.</exception>
     </member>
     <member name="T:System.Diagnostics.SourceLevels">
       <summary>Specifies the levels of trace messages filtered by the source switch and event type filter.</summary>
       <param name="displayName">The name of the source switch.</param>
       <param name="defaultSwitchValue">The default value for the switch.</param>
     </member>
+    <member name="P:System.Diagnostics.SourceSwitch.Level">
+      <summary>Gets or sets the level of the switch.</summary>
+      <returns>One of the <see cref="T:System.Diagnostics.SourceLevels" /> values that represents the event level of the switch.</returns>
+    </member>
     <member name="M:System.Diagnostics.SourceSwitch.OnValueChanged">
       <summary>Invoked when the value of the <see cref="P:System.Diagnostics.Switch.Value" /> property changes.</summary>
       <exception cref="T:System.ArgumentException">The new value of <see cref="P:System.Diagnostics.Switch.Value" /> is not one of the <see cref="T:System.Diagnostics.SourceLevels" /> values.</exception>
       <returns>
         <see langword="true" /> if the trace listeners should be called; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="P:System.Diagnostics.SourceSwitch.Level">
-      <summary>Gets or sets the level of the switch.</summary>
-      <returns>One of the <see cref="T:System.Diagnostics.SourceLevels" /> values that represents the event level of the switch.</returns>
-    </member>
     <member name="T:System.Diagnostics.Switch">
       <summary>Provides an abstract base class to create new debugging and tracing switches.</summary>
     </member>
       <param name="description">The description of the switch.</param>
       <param name="defaultSwitchValue">The default value for the switch.</param>
     </member>
-    <member name="M:System.Diagnostics.Switch.GetSupportedAttributes">
-      <summary>Gets the custom attributes supported by the switch.</summary>
-      <returns>A string array that contains the names of the custom attributes supported by the switch, or <see langword="null" /> if there no custom attributes are supported.</returns>
-    </member>
-    <member name="M:System.Diagnostics.Switch.OnSwitchSettingChanged">
-      <summary>Invoked when the <see cref="P:System.Diagnostics.Switch.SwitchSetting" /> property is changed.</summary>
-    </member>
-    <member name="M:System.Diagnostics.Switch.OnValueChanged">
-      <summary>Invoked when the <see cref="P:System.Diagnostics.Switch.Value" /> property is changed.</summary>
-    </member>
     <member name="P:System.Diagnostics.Switch.Attributes">
       <summary>Gets the custom switch attributes defined in the application configuration file.</summary>
       <returns>A <see cref="T:System.Collections.Specialized.StringDictionary" /> containing the case-insensitive custom attributes for the trace switch.</returns>
       <summary>Gets a name used to identify the switch.</summary>
       <returns>The name used to identify the switch. The default value is an empty string ("").</returns>
     </member>
+    <member name="M:System.Diagnostics.Switch.GetSupportedAttributes">
+      <summary>Gets the custom attributes supported by the switch.</summary>
+      <returns>A string array that contains the names of the custom attributes supported by the switch, or <see langword="null" /> if there no custom attributes are supported.</returns>
+    </member>
+    <member name="M:System.Diagnostics.Switch.OnSwitchSettingChanged">
+      <summary>Invoked when the <see cref="P:System.Diagnostics.Switch.SwitchSetting" /> property is changed.</summary>
+    </member>
+    <member name="M:System.Diagnostics.Switch.OnValueChanged">
+      <summary>Invoked when the <see cref="P:System.Diagnostics.Switch.Value" /> property is changed.</summary>
+    </member>
     <member name="P:System.Diagnostics.Switch.SwitchSetting">
       <summary>Gets or sets the current setting for this switch.</summary>
       <returns>The current setting for this switch. The default is zero.</returns>
     </member>
     <member name="P:System.Diagnostics.Switch.Value">
       <summary>Gets or sets the value of the switch.</summary>
-      <exception cref="T:System.Configuration.ConfigurationErrorsException">The value is <see langword="null" />.  
-  
- -or-  
-  
- The value does not consist solely of an optional negative sign followed by a sequence of digits ranging from 0 to 9.  
-  
- -or-  
-  
- The value represents a number less than <see cref="F:System.Int32.MinValue" /> or greater than <see cref="F:System.Int32.MaxValue" />.</exception>
       <returns>A string representing the value of the switch.</returns>
+      <exception cref="T:System.Configuration.ConfigurationErrorsException">The value is <see langword="null" />.
+-or-
+The value does not consist solely of an optional negative sign followed by a sequence of digits ranging from 0 to 9.
+-or-
+The value represents a number less than <see cref="F:System.Int32.MinValue" /> or greater than <see cref="F:System.Int32.MaxValue" />.</exception>
     </member>
     <member name="T:System.Diagnostics.SwitchAttribute">
       <summary>Identifies a switch used in an assembly, class, or member.</summary>
     <member name="M:System.Diagnostics.SwitchAttribute.GetAll(System.Reflection.Assembly)">
       <summary>Returns all switch attributes for the specified assembly.</summary>
       <param name="assembly">The assembly to check for switch attributes.</param>
+      <returns>An array that contains all the switch attributes for the assembly.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="assembly" /> is <see langword="null" />.</exception>
-      <returns>An array that contains all the switch attributes for the assembly.</returns>
     </member>
     <member name="P:System.Diagnostics.SwitchAttribute.SwitchDescription">
       <summary>Gets or sets the description of the switch.</summary>
     </member>
     <member name="P:System.Diagnostics.SwitchAttribute.SwitchName">
       <summary>Gets or sets the display name of the switch.</summary>
+      <returns>The display name of the switch.</returns>
       <exception cref="T:System.ArgumentNullException">
         <see cref="P:System.Diagnostics.SwitchAttribute.SwitchName" /> is set to <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <see cref="P:System.Diagnostics.SwitchAttribute.SwitchName" /> is set to an empty string.</exception>
-      <returns>The display name of the switch.</returns>
     </member>
     <member name="P:System.Diagnostics.SwitchAttribute.SwitchType">
       <summary>Gets or sets the type of the switch.</summary>
+      <returns>The type of the switch.</returns>
       <exception cref="T:System.ArgumentNullException">
         <see cref="P:System.Diagnostics.SwitchAttribute.SwitchType" /> is set to <see langword="null" />.</exception>
-      <returns>The type of the switch.</returns>
     </member>
     <member name="T:System.Diagnostics.SwitchLevelAttribute">
       <summary>Identifies the level type for a switch.</summary>
     </member>
     <member name="P:System.Diagnostics.SwitchLevelAttribute.SwitchLevelType">
       <summary>Gets or sets the type that determines whether a trace should be written.</summary>
-      <exception cref="T:System.ArgumentNullException">The set operation failed because the value is <see langword="null" />.</exception>
       <returns>The <see cref="T:System.Type" /> that determines whether a trace should be written.</returns>
+      <exception cref="T:System.ArgumentNullException">The set operation failed because the value is <see langword="null" />.</exception>
     </member>
     <member name="T:System.Diagnostics.Trace">
       <summary>Provides a set of methods and properties that help you trace the execution of your code. This class cannot be inherited.</summary>
       <param name="message">The message to send to the <see cref="P:System.Diagnostics.Trace.Listeners" /> collection.</param>
       <param name="detailMessage">The detailed message to send to the <see cref="P:System.Diagnostics.Trace.Listeners" /> collection.</param>
     </member>
+    <member name="P:System.Diagnostics.Trace.AutoFlush">
+      <summary>Gets or sets whether <see cref="M:System.Diagnostics.Trace.Flush" /> should be called on the <see cref="P:System.Diagnostics.Trace.Listeners" /> after every write.</summary>
+      <returns>
+        <see langword="true" /> if <see cref="M:System.Diagnostics.Trace.Flush" /> is called on the <see cref="P:System.Diagnostics.Trace.Listeners" /> after every write; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Diagnostics.Trace.Close">
       <summary>Flushes the output buffer, and then closes the <see cref="P:System.Diagnostics.Trace.Listeners" />.</summary>
     </member>
+    <member name="P:System.Diagnostics.Trace.CorrelationManager">
+      <summary>Gets the correlation manager for the thread for this trace.</summary>
+      <returns>The <see cref="T:System.Diagnostics.CorrelationManager" /> object associated with the thread for this trace.</returns>
+    </member>
     <member name="M:System.Diagnostics.Trace.Fail(System.String)">
       <summary>Emits the specified error message.</summary>
       <param name="message">A message to emit.</param>
     <member name="M:System.Diagnostics.Trace.Indent">
       <summary>Increases the current <see cref="P:System.Diagnostics.Trace.IndentLevel" /> by one.</summary>
     </member>
+    <member name="P:System.Diagnostics.Trace.IndentLevel">
+      <summary>Gets or sets the indent level.</summary>
+      <returns>The indent level. The default is zero.</returns>
+    </member>
+    <member name="P:System.Diagnostics.Trace.IndentSize">
+      <summary>Gets or sets the number of spaces in an indent.</summary>
+      <returns>The number of spaces in an indent. The default is four.</returns>
+    </member>
+    <member name="P:System.Diagnostics.Trace.Listeners">
+      <summary>Gets the collection of listeners that is monitoring the trace output.</summary>
+      <returns>A <see cref="T:System.Diagnostics.TraceListenerCollection" /> that represents a collection of type <see cref="T:System.Diagnostics.TraceListener" /> monitoring the trace output.</returns>
+    </member>
     <member name="M:System.Diagnostics.Trace.Refresh">
       <summary>Refreshes the trace configuration data.</summary>
     </member>
     <member name="M:System.Diagnostics.Trace.Unindent">
       <summary>Decreases the current <see cref="P:System.Diagnostics.Trace.IndentLevel" /> by one.</summary>
     </member>
+    <member name="P:System.Diagnostics.Trace.UseGlobalLock">
+      <summary>Gets or sets a value indicating whether the global lock should be used.</summary>
+      <returns>
+        <see langword="true" /> if the global lock is to be used; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
+    </member>
     <member name="M:System.Diagnostics.Trace.Write(System.Object)">
       <summary>Writes the value of the object's <see cref="M:System.Object.ToString" /> method to the trace listeners in the <see cref="P:System.Diagnostics.Trace.Listeners" /> collection.</summary>
       <param name="value">An <see cref="T:System.Object" /> whose name is sent to the <see cref="P:System.Diagnostics.Trace.Listeners" />.</param>
       <param name="message">A message to write.</param>
       <param name="category">A category name used to organize the output.</param>
     </member>
-    <member name="P:System.Diagnostics.Trace.AutoFlush">
-      <summary>Gets or sets whether <see cref="M:System.Diagnostics.Trace.Flush" /> should be called on the <see cref="P:System.Diagnostics.Trace.Listeners" /> after every write.</summary>
-      <returns>
-        <see langword="true" /> if <see cref="M:System.Diagnostics.Trace.Flush" /> is called on the <see cref="P:System.Diagnostics.Trace.Listeners" /> after every write; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Diagnostics.Trace.CorrelationManager">
-      <summary>Gets the correlation manager for the thread for this trace.</summary>
-      <returns>The <see cref="T:System.Diagnostics.CorrelationManager" /> object associated with the thread for this trace.</returns>
-    </member>
-    <member name="P:System.Diagnostics.Trace.IndentLevel">
-      <summary>Gets or sets the indent level.</summary>
-      <returns>The indent level. The default is zero.</returns>
-    </member>
-    <member name="P:System.Diagnostics.Trace.IndentSize">
-      <summary>Gets or sets the number of spaces in an indent.</summary>
-      <returns>The number of spaces in an indent. The default is four.</returns>
-    </member>
-    <member name="P:System.Diagnostics.Trace.Listeners">
-      <summary>Gets the collection of listeners that is monitoring the trace output.</summary>
-      <returns>A <see cref="T:System.Diagnostics.TraceListenerCollection" /> that represents a collection of type <see cref="T:System.Diagnostics.TraceListener" /> monitoring the trace output.</returns>
-    </member>
-    <member name="P:System.Diagnostics.Trace.UseGlobalLock">
-      <summary>Gets or sets a value indicating whether the global lock should be used.</summary>
-      <returns>
-        <see langword="true" /> if the global lock is to be used; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
-    </member>
     <member name="T:System.Diagnostics.TraceEventCache">
       <summary>Provides trace event data specific to a thread and a process.</summary>
     </member>
       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.TraceListener" /> class using the specified name as the listener.</summary>
       <param name="name">The name of the <see cref="T:System.Diagnostics.TraceListener" />.</param>
     </member>
+    <member name="P:System.Diagnostics.TraceListener.Attributes">
+      <summary>Gets the custom trace listener attributes defined in the application configuration file.</summary>
+      <returns>A <see cref="T:System.Collections.Specialized.StringDictionary" /> containing the custom attributes for the trace listener.</returns>
+    </member>
     <member name="M:System.Diagnostics.TraceListener.Close">
       <summary>When overridden in a derived class, closes the output stream so it no longer receives tracing or debugging output.</summary>
     </member>
       <param name="message">A message to emit.</param>
       <param name="detailMessage">A detailed message to emit.</param>
     </member>
+    <member name="P:System.Diagnostics.TraceListener.Filter">
+      <summary>Gets or sets the trace filter for the trace listener.</summary>
+      <returns>An object derived from the <see cref="T:System.Diagnostics.TraceFilter" /> base class.</returns>
+    </member>
     <member name="M:System.Diagnostics.TraceListener.Flush">
       <summary>When overridden in a derived class, flushes the output buffer.</summary>
     </member>
       <summary>Gets the custom attributes supported by the trace listener.</summary>
       <returns>A string array naming the custom attributes supported by the trace listener, or <see langword="null" /> if there are no custom attributes.</returns>
     </member>
+    <member name="P:System.Diagnostics.TraceListener.IndentLevel">
+      <summary>Gets or sets the indent level.</summary>
+      <returns>The indent level. The default is zero.</returns>
+    </member>
+    <member name="P:System.Diagnostics.TraceListener.IndentSize">
+      <summary>Gets or sets the number of spaces in an indent.</summary>
+      <returns>The number of spaces in an indent. The default is four spaces.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">Set operation failed because the value is less than zero.</exception>
+    </member>
+    <member name="P:System.Diagnostics.TraceListener.IsThreadSafe">
+      <summary>Gets a value indicating whether the trace listener is thread safe.</summary>
+      <returns>
+        <see langword="true" /> if the trace listener is thread safe; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Diagnostics.TraceListener.Name">
+      <summary>Gets or sets a name for this <see cref="T:System.Diagnostics.TraceListener" />.</summary>
+      <returns>A name for this <see cref="T:System.Diagnostics.TraceListener" />. The default is an empty string ("").</returns>
+    </member>
+    <member name="P:System.Diagnostics.TraceListener.NeedIndent">
+      <summary>Gets or sets a value indicating whether to indent the output.</summary>
+      <returns>
+        <see langword="true" /> if the output should be indented; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Diagnostics.TraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object)">
       <summary>Writes trace information, a data object and event information to the listener specific output.</summary>
       <param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache" /> object that contains the current process ID, thread ID, and stack trace information.</param>
       <param name="format">A format string that contains zero or more format items, which correspond to objects in the <paramref name="args" /> array.</param>
       <param name="args">An <see langword="object" /> array containing zero or more objects to format.</param>
     </member>
+    <member name="P:System.Diagnostics.TraceListener.TraceOutputOptions">
+      <summary>Gets or sets the trace output options.</summary>
+      <returns>A bitwise combination of the enumeration values. The default is <see cref="F:System.Diagnostics.TraceOptions.None" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">Set operation failed because the value is invalid.</exception>
+    </member>
     <member name="M:System.Diagnostics.TraceListener.TraceTransfer(System.Diagnostics.TraceEventCache,System.String,System.Int32,System.String,System.Guid)">
       <summary>Writes trace information, a message, a related activity identity and event information to the listener specific output.</summary>
       <param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache" /> object that contains the current process ID, thread ID, and stack trace information.</param>
       <param name="message">A message to write.</param>
       <param name="category">A category name used to organize the output.</param>
     </member>
-    <member name="P:System.Diagnostics.TraceListener.Attributes">
-      <summary>Gets the custom trace listener attributes defined in the application configuration file.</summary>
-      <returns>A <see cref="T:System.Collections.Specialized.StringDictionary" /> containing the custom attributes for the trace listener.</returns>
-    </member>
-    <member name="P:System.Diagnostics.TraceListener.Filter">
-      <summary>Gets or sets the trace filter for the trace listener.</summary>
-      <returns>An object derived from the <see cref="T:System.Diagnostics.TraceFilter" /> base class.</returns>
-    </member>
-    <member name="P:System.Diagnostics.TraceListener.IndentLevel">
-      <summary>Gets or sets the indent level.</summary>
-      <returns>The indent level. The default is zero.</returns>
-    </member>
-    <member name="P:System.Diagnostics.TraceListener.IndentSize">
-      <summary>Gets or sets the number of spaces in an indent.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">Set operation failed because the value is less than zero.</exception>
-      <returns>The number of spaces in an indent. The default is four spaces.</returns>
-    </member>
-    <member name="P:System.Diagnostics.TraceListener.IsThreadSafe">
-      <summary>Gets a value indicating whether the trace listener is thread safe.</summary>
-      <returns>
-        <see langword="true" /> if the trace listener is thread safe; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Diagnostics.TraceListener.Name">
-      <summary>Gets or sets a name for this <see cref="T:System.Diagnostics.TraceListener" />.</summary>
-      <returns>A name for this <see cref="T:System.Diagnostics.TraceListener" />. The default is an empty string ("").</returns>
-    </member>
-    <member name="P:System.Diagnostics.TraceListener.NeedIndent">
-      <summary>Gets or sets a value indicating whether to indent the output.</summary>
-      <returns>
-        <see langword="true" /> if the output should be indented; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Diagnostics.TraceListener.TraceOutputOptions">
-      <summary>Gets or sets the trace output options.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">Set operation failed because the value is invalid.</exception>
-      <returns>A bitwise combination of the enumeration values. The default is <see cref="F:System.Diagnostics.TraceOptions.None" />.</returns>
-    </member>
     <member name="T:System.Diagnostics.TraceListenerCollection">
       <summary>Provides a thread-safe list of <see cref="T:System.Diagnostics.TraceListener" /> objects.</summary>
     </member>
       <param name="listeners">An array of type <see cref="T:System.Array" /> to copy the elements into.</param>
       <param name="index">The starting index number in the current list to copy from.</param>
     </member>
+    <member name="P:System.Diagnostics.TraceListenerCollection.Count">
+      <summary>Gets the number of listeners in the list.</summary>
+      <returns>The number of listeners in the list.</returns>
+    </member>
     <member name="M:System.Diagnostics.TraceListenerCollection.GetEnumerator">
       <summary>Gets an enumerator for this list.</summary>
       <returns>An enumerator of type <see cref="T:System.Collections.IEnumerator" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="listener" /> is <see langword="null" />.</exception>
     </member>
+    <member name="P:System.Diagnostics.TraceListenerCollection.Item(System.Int32)">
+      <summary>Gets or sets the <see cref="T:System.Diagnostics.TraceListener" /> at the specified index.</summary>
+      <param name="i">The zero-based index of the <see cref="T:System.Diagnostics.TraceListener" /> to get from the list.</param>
+      <returns>A <see cref="T:System.Diagnostics.TraceListener" /> with the specified index.</returns>
+      <exception cref="T:System.ArgumentNullException">The value is <see langword="null" />.</exception>
+    </member>
+    <member name="P:System.Diagnostics.TraceListenerCollection.Item(System.String)">
+      <summary>Gets the first <see cref="T:System.Diagnostics.TraceListener" /> in the list with the specified name.</summary>
+      <param name="name">The name of the <see cref="T:System.Diagnostics.TraceListener" /> to get from the list.</param>
+      <returns>The first <see cref="T:System.Diagnostics.TraceListener" /> in the list with the given <see cref="P:System.Diagnostics.TraceListener.Name" />. This item returns <see langword="null" /> if no <see cref="T:System.Diagnostics.TraceListener" /> with the given name can be found.</returns>
+    </member>
     <member name="M:System.Diagnostics.TraceListenerCollection.Remove(System.Diagnostics.TraceListener)">
       <summary>Removes from the collection the specified <see cref="T:System.Diagnostics.TraceListener" />.</summary>
       <param name="listener">A <see cref="T:System.Diagnostics.TraceListener" /> to remove from the list.</param>
       <param name="array">The one-dimensional array of <see cref="T:System.Diagnostics.TraceListener" /> objects that is the destination of the elements copied from the <see cref="T:System.Diagnostics.TraceListenerCollection" />. The array must have zero-based indexing.</param>
       <param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param>
     </member>
+    <member name="P:System.Diagnostics.TraceListenerCollection.System#Collections#ICollection#IsSynchronized">
+      <summary>Gets a value indicating whether access to the <see cref="T:System.Diagnostics.TraceListenerCollection" /> is synchronized (thread safe).</summary>
+      <returns>Always <see langword="true" />.</returns>
+    </member>
+    <member name="P:System.Diagnostics.TraceListenerCollection.System#Collections#ICollection#SyncRoot">
+      <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Diagnostics.TraceListenerCollection" />.</summary>
+      <returns>The current <see cref="T:System.Diagnostics.TraceListenerCollection" /> object.</returns>
+    </member>
     <member name="M:System.Diagnostics.TraceListenerCollection.System#Collections#IList#Add(System.Object)">
       <summary>Adds a trace listener to the <see cref="T:System.Diagnostics.TraceListenerCollection" />.</summary>
       <param name="value">The object to add to the <see cref="T:System.Diagnostics.TraceListenerCollection" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="value" /> is <see langword="null" />.  
-  
- -or-  
-  
- <paramref name="value" /> is not a <see cref="T:System.Diagnostics.TraceListener" />.</exception>
       <returns>The position into which the new trace listener was inserted.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="value" /> is <see langword="null" />.
+-or-
+<paramref name="value" /> is not a <see cref="T:System.Diagnostics.TraceListener" />.</exception>
     </member>
     <member name="M:System.Diagnostics.TraceListenerCollection.System#Collections#IList#Contains(System.Object)">
       <summary>Determines whether the <see cref="T:System.Diagnostics.TraceListenerCollection" /> contains a specific object.</summary>
       <exception cref="T:System.ArgumentException">
         <paramref name="value" /> is not a <see cref="T:System.Diagnostics.TraceListener" /> object.</exception>
     </member>
-    <member name="M:System.Diagnostics.TraceListenerCollection.System#Collections#IList#Remove(System.Object)">
-      <summary>Removes an object from the <see cref="T:System.Diagnostics.TraceListenerCollection" />.</summary>
-      <param name="value">The object to remove from the <see cref="T:System.Diagnostics.TraceListenerCollection" />.</param>
-    </member>
-    <member name="P:System.Diagnostics.TraceListenerCollection.Count">
-      <summary>Gets the number of listeners in the list.</summary>
-      <returns>The number of listeners in the list.</returns>
-    </member>
-    <member name="P:System.Diagnostics.TraceListenerCollection.Item(System.Int32)">
-      <summary>Gets or sets the <see cref="T:System.Diagnostics.TraceListener" /> at the specified index.</summary>
-      <param name="i">The zero-based index of the <see cref="T:System.Diagnostics.TraceListener" /> to get from the list.</param>
-      <exception cref="T:System.ArgumentNullException">The value is <see langword="null" />.</exception>
-      <returns>A <see cref="T:System.Diagnostics.TraceListener" /> with the specified index.</returns>
-    </member>
-    <member name="P:System.Diagnostics.TraceListenerCollection.Item(System.String)">
-      <summary>Gets the first <see cref="T:System.Diagnostics.TraceListener" /> in the list with the specified name.</summary>
-      <param name="name">The name of the <see cref="T:System.Diagnostics.TraceListener" /> to get from the list.</param>
-      <returns>The first <see cref="T:System.Diagnostics.TraceListener" /> in the list with the given <see cref="P:System.Diagnostics.TraceListener.Name" />. This item returns <see langword="null" /> if no <see cref="T:System.Diagnostics.TraceListener" /> with the given name can be found.</returns>
-    </member>
-    <member name="P:System.Diagnostics.TraceListenerCollection.System#Collections#ICollection#IsSynchronized">
-      <summary>Gets a value indicating whether access to the <see cref="T:System.Diagnostics.TraceListenerCollection" /> is synchronized (thread safe).</summary>
-      <returns>Always <see langword="true" />.</returns>
-    </member>
-    <member name="P:System.Diagnostics.TraceListenerCollection.System#Collections#ICollection#SyncRoot">
-      <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Diagnostics.TraceListenerCollection" />.</summary>
-      <returns>The current <see cref="T:System.Diagnostics.TraceListenerCollection" /> object.</returns>
-    </member>
     <member name="P:System.Diagnostics.TraceListenerCollection.System#Collections#IList#IsFixedSize">
       <summary>Gets a value indicating whether the <see cref="T:System.Diagnostics.TraceListenerCollection" /> has a fixed size.</summary>
       <returns>Always <see langword="false" />.</returns>
       <param name="index">The zero-based index of the <paramref name="value" /> to get.</param>
       <returns>The <see cref="T:System.Diagnostics.TraceListener" /> at the specified index.</returns>
     </member>
+    <member name="M:System.Diagnostics.TraceListenerCollection.System#Collections#IList#Remove(System.Object)">
+      <summary>Removes an object from the <see cref="T:System.Diagnostics.TraceListenerCollection" />.</summary>
+      <param name="value">The object to remove from the <see cref="T:System.Diagnostics.TraceListenerCollection" />.</param>
+    </member>
     <member name="T:System.Diagnostics.TraceOptions">
       <summary>Specifies trace data options to be written to the trace output.</summary>
     </member>
       <exception cref="T:System.ArgumentException">
         <paramref name="name" /> is an empty string ("").</exception>
     </member>
+    <member name="P:System.Diagnostics.TraceSource.Attributes">
+      <summary>Gets the custom switch attributes defined in the application configuration file.</summary>
+      <returns>A <see cref="T:System.Collections.Specialized.StringDictionary" /> containing the custom attributes for the trace switch.</returns>
+    </member>
     <member name="M:System.Diagnostics.TraceSource.Close">
       <summary>Closes all the trace listeners in the trace listener collection.</summary>
     </member>
       <summary>Gets the custom attributes supported by the trace source.</summary>
       <returns>A string array naming the custom attributes supported by the trace source, or <see langword="null" /> if there are no custom attributes.</returns>
     </member>
+    <member name="P:System.Diagnostics.TraceSource.Listeners">
+      <summary>Gets the collection of trace listeners for the trace source.</summary>
+      <returns>A <see cref="T:System.Diagnostics.TraceListenerCollection" /> that contains the active trace listeners associated with the source.</returns>
+    </member>
+    <member name="P:System.Diagnostics.TraceSource.Name">
+      <summary>Gets the name of the trace source.</summary>
+      <returns>The name of the trace source.</returns>
+    </member>
+    <member name="P:System.Diagnostics.TraceSource.Switch">
+      <summary>Gets or sets the source switch value.</summary>
+      <returns>A <see cref="T:System.Diagnostics.SourceSwitch" /> object representing the source switch value.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <see cref="P:System.Diagnostics.TraceSource.Switch" /> is set to <see langword="null" />.</exception>
+    </member>
     <member name="M:System.Diagnostics.TraceSource.TraceData(System.Diagnostics.TraceEventType,System.Int32,System.Object)">
       <summary>Writes trace data to the trace listeners in the <see cref="P:System.Diagnostics.TraceSource.Listeners" /> collection using the specified event type, event identifier, and trace data.</summary>
       <param name="eventType">One of the enumeration values that specifies the event type of the trace data.</param>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="format" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
-        <paramref name="format" /> is invalid.  
-  
- -or-  
-  
- The number that indicates an argument to format is less than zero, or greater than or equal to the number of specified objects to format.</exception>
+        <paramref name="format" /> is invalid.
+-or-
+The number that indicates an argument to format is less than zero, or greater than or equal to the number of specified objects to format.</exception>
       <exception cref="T:System.ObjectDisposedException">An attempt was made to trace an event during finalization.</exception>
     </member>
     <member name="M:System.Diagnostics.TraceSource.TraceInformation(System.String)">
       <exception cref="T:System.ArgumentNullException">
         <paramref name="format" /> is <see langword="null" />.</exception>
       <exception cref="T:System.FormatException">
-        <paramref name="format" /> is invalid.  
-  
- -or-  
-  
- The number that indicates an argument to format is less than zero, or greater than or equal to the number of specified objects to format.</exception>
+        <paramref name="format" /> is invalid.
+-or-
+The number that indicates an argument to format is less than zero, or greater than or equal to the number of specified objects to format.</exception>
       <exception cref="T:System.ObjectDisposedException">An attempt was made to trace an event during finalization.</exception>
     </member>
     <member name="M:System.Diagnostics.TraceSource.TraceTransfer(System.Int32,System.String,System.Guid)">
       <param name="message">The trace message to write.</param>
       <param name="relatedActivityId">A structure that identifies the related activity.</param>
     </member>
-    <member name="P:System.Diagnostics.TraceSource.Attributes">
-      <summary>Gets the custom switch attributes defined in the application configuration file.</summary>
-      <returns>A <see cref="T:System.Collections.Specialized.StringDictionary" /> containing the custom attributes for the trace switch.</returns>
-    </member>
-    <member name="P:System.Diagnostics.TraceSource.Listeners">
-      <summary>Gets the collection of trace listeners for the trace source.</summary>
-      <returns>A <see cref="T:System.Diagnostics.TraceListenerCollection" /> that contains the active trace listeners associated with the source.</returns>
-    </member>
-    <member name="P:System.Diagnostics.TraceSource.Name">
-      <summary>Gets the name of the trace source.</summary>
-      <returns>The name of the trace source.</returns>
-    </member>
-    <member name="P:System.Diagnostics.TraceSource.Switch">
-      <summary>Gets or sets the source switch value.</summary>
-      <exception cref="T:System.ArgumentNullException">
-        <see cref="P:System.Diagnostics.TraceSource.Switch" /> is set to <see langword="null" />.</exception>
-      <returns>A <see cref="T:System.Diagnostics.SourceSwitch" /> object representing the source switch value.</returns>
-    </member>
     <member name="T:System.Diagnostics.TraceSwitch">
       <summary>Provides a multilevel switch to control tracing and debug output without recompiling your code.</summary>
     </member>
       <param name="description">The description of the switch.</param>
       <param name="defaultSwitchValue">The default value of the switch.</param>
     </member>
+    <member name="P:System.Diagnostics.TraceSwitch.Level">
+      <summary>Gets or sets the trace level that determines the messages the switch allows.</summary>
+      <returns>One of the <see cref="T:System.Diagnostics.TraceLevel" /> values that specifies the level of messages that are allowed by the switch.</returns>
+      <exception cref="T:System.ArgumentException">
+        <see cref="P:System.Diagnostics.TraceSwitch.Level" /> is set to a value that is not one of the <see cref="T:System.Diagnostics.TraceLevel" /> values.</exception>
+    </member>
     <member name="M:System.Diagnostics.TraceSwitch.OnSwitchSettingChanged">
       <summary>Updates and corrects the level for this switch.</summary>
     </member>
     <member name="M:System.Diagnostics.TraceSwitch.OnValueChanged">
       <summary>Sets the <see cref="P:System.Diagnostics.Switch.SwitchSetting" /> property to the integer equivalent of the <see cref="P:System.Diagnostics.Switch.Value" /> property.</summary>
     </member>
-    <member name="P:System.Diagnostics.TraceSwitch.Level">
-      <summary>Gets or sets the trace level that determines the messages the switch allows.</summary>
-      <exception cref="T:System.ArgumentException">
-        <see cref="P:System.Diagnostics.TraceSwitch.Level" /> is set to a value that is not one of the <see cref="T:System.Diagnostics.TraceLevel" /> values.</exception>
-      <returns>One of the <see cref="T:System.Diagnostics.TraceLevel" /> values that specifies the level of messages that are allowed by the switch.</returns>
-    </member>
     <member name="P:System.Diagnostics.TraceSwitch.TraceError">
       <summary>Gets a value indicating whether the switch allows error-handling messages.</summary>
       <returns>