DeepCopy Method

Project Mercury API

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

Returns a deep copy of the Modifier implementation.

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

Syntax

C#
public abstract Modifier DeepCopy()
Visual Basic (Declaration)
Public MustOverride Function DeepCopy As Modifier
Visual C++
public:
virtual Modifier^ DeepCopy() abstract

Return Value

[Missing <returns> documentation for "M:ProjectMercury.Modifiers.Modifier.DeepCopy"]

See Also