CopyFunc
Description:
public delegate G CopyFunc<
G> (
G src)
A function of this signature is used to copy the node data when doing a deep-copy of a tree.
Parameters:
src |
A pointer to the data which should be copied
|
user_data |
Additional data
|
Returns: