ExpandedLevelGetExpandedValuesT Method

Finds all expanded values of the specified type (the context can be cast it).

Definition

Namespace: MFiles.VAF.Placeholders
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public override IEnumerable<T> GetExpandedValues<T>()

Type Parameters

T
The type of values to return.

Return Value

IEnumerableT
Collection of pre-cast expanded values.

See Also