Visual Basic (Declaration) | |
---|---|
Protected Overloads Function EnsureClonedInstance(Of T As PersistableObject)( _ ByVal originalItem As T _ ) As T |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As PersistableObject Dim originalItem As T Dim value As T value = instance.EnsureClonedInstance(Of T)(originalItem) |
C# | |
---|---|
protected T EnsureClonedInstance<T>( T originalItem ) where T: PersistableObject |
C++/CLI | |
---|---|
protected: T^ EnsureClonedInstancegeneric<typename T> ( T^ originalItem ) where T: PersistableObject |
Parameters
- originalItem
Type Parameters
- T
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2