mirror of
https://github.com/wagesj45/CapyKit.git
synced 2025-03-12 12:46:39 -05:00
43 lines
1.3 KiB
Markdown
43 lines
1.3 KiB
Markdown
# ObjectExtensions Class
|
|
|
|
|
|
An class containing extenstions that apply to any object type.
|
|
|
|
|
|
|
|
## Definition
|
|
**Namespace:** <a href="N_CapyKit_Extensions.md">CapyKit.Extensions</a>
|
|
**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.4
|
|
|
|
**C#**
|
|
``` C#
|
|
public static class ObjectExtensions
|
|
```
|
|
**F#**
|
|
``` F#
|
|
[<AbstractClassAttribute>]
|
|
[<SealedAttribute>]
|
|
[<ExtensionAttribute>]
|
|
type ObjectExtensions = class end
|
|
```
|
|
|
|
<table><tr><td><strong>Inheritance</strong></td><td><a href="https://learn.microsoft.com/dotnet/api/system.object" target="_blank" rel="noopener noreferrer">Object</a> → ObjectExtensions</td></tr>
|
|
</table>
|
|
|
|
|
|
|
|
## Methods
|
|
<table>
|
|
<tr>
|
|
<td><a href="M_CapyKit_Extensions_ObjectExtensions_UpdateProperties.md">UpdateProperties(Object, Object)</a></td>
|
|
<td>An object extension method that updates the properties of a given <em>target</em> object with the values from a given <em>source</em> object.</td></tr>
|
|
<tr>
|
|
<td><a href="M_CapyKit_Extensions_ObjectExtensions_UpdateProperties__1.md">UpdateProperties(T)(T, T)</a></td>
|
|
<td>An object extension method that updates the properties of a given <em>target</em> object with the values from a given <em>source</em> object.</td></tr>
|
|
</table>
|
|
|
|
## See Also
|
|
|
|
|
|
#### Reference
|
|
<a href="N_CapyKit_Extensions.md">CapyKit.Extensions Namespace</a>
|