You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following table shows the boilerplate wording for parameter descriptions within Dispose(Boolean) method topics. Boolean Dispose methods typically have a parameter named disposing; describe it as shown in the table.
For general guidelines for writing parameter descriptions, see Parameters.
Parameter
Wording
Example
disposing
true to release managed and unmanaged resources; false to release only unmanaged resources.
disposing Type:System.Boolean true to release managed and unmanaged resources; false to release only unmanaged resources.