IExpansionContextSafeCastT Method

Casts the context to an enumerable list of type T safely. If the cast is not valid, null is returned.

Definition

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

Type Parameters

T
The type to cast each context value to.

Return Value

IEnumerableT
[!:T]

See Also