DeepCopy Method

Project Mercury API

[This is preliminary documentation and is subject to change.]

Returns a deep copy of the ModifierCollection.

Namespace:  ProjectMercury.Modifiers
Assembly:  ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0

Syntax

C#
public ModifierCollection DeepCopy()
Visual Basic (Declaration)
Public Function DeepCopy As ModifierCollection
Visual C++
public:
ModifierCollection^ DeepCopy()

Return Value

A deep copy of the ModifierCollection.

See Also