DateContextSafeCastT2 Method
Casts the context to an enumerable list of type T safely.
If the cast is not valid, null is returned.
Namespace: MFiles.VAF.PlaceholdersAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public override IEnumerable<T2> SafeCast<T2>()
- T2
- The type to cast each context value to.
IEnumerableT2Pre-cast values collection.