CloneContext.

TryGetClone<T>(T, T) Method

Summary

Calls System.Collections.Generic.Dictionary`2.TryGetValue(`0,`1@) and casts the result.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
CloneContext

Syntax

public bool TryGetClone<T>(T original, out T clone)

Type Parameters

Name Description
T

Parameters

Name Type Description
original T
clone T

Return Value

Type Description
bool