ExpandedPlaceholderTemplateNodeGetExpandedValuesT Method
Finds all expanded values of the specified type (the context can be cast it).
Namespace: MFiles.VAF.PlaceholdersAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public virtual IEnumerable<T> GetExpandedValues<T>()
- T
- The type of values to return.
IEnumerableTCollection of pre-cast expanded values.