FloatContextClone Method

Returns a new instance of this context type with the same values.

Definition

Namespace: MFiles.VAF.Placeholders
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public override IExpansionContext Clone()

Return Value

IExpansionContext
Cloned instanced of IExpansionContext.

Implements

IExpansionContextClone

See Also