mirror of
https://github.com/wagesj45/CapyKit.git
synced 2025-03-12 04:36:40 -05:00
1.3 KiB
1.3 KiB
ObjectExtensions Class
An class containing extenstions that apply to any object type.
Definition
Namespace: CapyKit.Extensions
Assembly: CapyKit (in CapyKit.dll) Version: 1.0.4
C#
public static class ObjectExtensions
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type ObjectExtensions = class end
Inheritance | Object → ObjectExtensions |
Methods
UpdateProperties(Object, Object) | An object extension method that updates the properties of a given target object with the values from a given source object. |
UpdateProperties(T)(T, T) | An object extension method that updates the properties of a given target object with the values from a given source object. |