DictionaryWrapper<TKey, TValue>.Clone-Methode
Erstellt eine tiefe Kopie dieses Objekts.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Function Clone As Object
'Usage
Dim instance As DictionaryWrapper
Dim returnValue As Object
returnValue = instance.Clone()
public Object Clone()
Rückgabewert
Typ: System.Object
Ein Klon der aktuellen Instanz.
Implementiert
Siehe auch
Referenz
DictionaryWrapper<TKey, TValue> Klasse