ArcFM Engine Developer Guide
DeepClone<T> Method


Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function DeepClone(Of T)( _
   ByVal obj As T _
) As T
'Usage
 
Dim obj As T
Dim value As T
 
value = Extensions.DeepClone(Of T)(obj)
[Extension()]
public static T DeepClone<T>( 
   T obj
)

Parameters

obj

Type Parameters

T
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

Extensions Class
Extensions Members

 

 


Send Feedback