Click or drag to resize

YObjectExtentionMethods Class

This static class contains the object extention methods.
Inheritance Hierarchy
SystemObject
  Upsilon.Common.LibraryYObjectExtentionMethods

Namespace: Upsilon.Common.Library
Assembly: Upsilon.Common.Library (in Upsilon.Common.Library.dll) Version: 2.2.2+14985a67b419f90e14e6b1bde61d18cf6cf12b27
Syntax
C#
public static class YObjectExtentionMethods

The YObjectExtentionMethods type exposes the following members.

Methods
 NameDescription
Public Extension MethodCloneT Clone a object.
Public Extension MethodCopyFromT Copy the content of a given object to the current object without creating new object.
Public Extension MethodGetMD5HashCode Get the MD5 Hash code of an Objectobj as a string.
Top
See Also