ExpansionContextTUniqueValues Method

Returns a new instance of this context type with duplicate values removed.

Definition

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

Return Value

IExpansionContext
IExpansionContext; New instance of this context type with duplicate values removed

Implements

IExpansionContextUniqueValues

See Also