Method Clone
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. |