Class PlatformRuntimeConfigExtensions
A platform runtime configuration extensions.
Inheritance
System.Object
PlatformRuntimeConfigExtensions
Namespace: Cireson.Core.Common.Extensions
Assembly: Cireson.Core.Common.dll
Syntax
public static class PlatformRuntimeConfigExtensions : object
Remarks
Admin, 8/24/2017.
Methods
View SourceClone<T>(IPlatformRuntimeConfig)
An IPlatformRuntimeConfig extension method that makes a deep copy of this object.
Declaration
public static IPlatformRuntimeConfig Clone<T>(this IPlatformRuntimeConfig config)
where T : PlatformRuntimeConfig
Parameters
Type | Name | Description |
---|---|---|
IPlatformRuntimeConfig | config | The config to act on. |
Returns
Type | Description |
---|---|
IPlatformRuntimeConfig | A copy of this object. |
Type Parameters
Name | Description |
---|---|
T | Generic type parameter. |
Remarks
Admin, 8/24/2017.