CapyKit/Documentation/Help/T_CapyKit_Extensions_ObjectExtensions.md

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
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