C-DEngine 5.105

TheMetaDataBase..::..CloneTo Method

Clones the metadata of the current class to a new class provided to the method

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public void CloneTo(
	TheMetaDataBase pMeta
)
Public Sub CloneTo ( _
	pMeta As TheMetaDataBase _
)
public:
void CloneTo(
	TheMetaDataBase^ pMeta
)