IntegerContext Conversion (IntegerContext to ListInt32) |
Explicit cast to a list of integers.
Namespace:
MFiles.VAF.Placeholders
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic static explicit operator List<int> (
IntegerContext context
)
Public Shared Narrowing Operator CType (
context As IntegerContext
) As List(Of Integer)
static explicit operator List<int>^ (
IntegerContext^ context
)
Parameters
- context
- Type: MFiles.VAF.PlaceholdersIntegerContext
Return Value
Type:
ListInt32Collections of
Int32's.
See Also