# 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#** ``` C# public static class ObjectExtensions ``` **F#** ``` F# [] [] [] type ObjectExtensions = class end ```
InheritanceObject → 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.
## See Also #### Reference CapyKit.Extensions Namespace