Clone(string)
Returns a deep clone of the current object.
Declaration
protected virtual LoggingNamespaceSource Clone(string role = null)Parameters
| Type | Name | Description |
|---|---|---|
| string | role | The role of the new instance, or |
Returns
| Type | Description |
|---|---|
| LoggingNamespaceSource | A deep clone of the current instance. |