UtilityCopyRecursive Method |
recursively copies object properties to destination.
Namespace:
Intuit.Ipp.LinqExtender
Assembly:
Intuit.Ipp.LinqExtender (in Intuit.Ipp.LinqExtender.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic static void CopyRecursive(
this Object source,
Object destination
)
Parameters
- source
- Type: SystemObject
[Missing <param name="source"/> documentation for "M:Intuit.Ipp.LinqExtender.Utility.CopyRecursive(System.Object,System.Object)"]
- destination
- Type: SystemObject
[Missing <param name="destination"/> documentation for "M:Intuit.Ipp.LinqExtender.Utility.CopyRecursive(System.Object,System.Object)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Object. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also