M-Files Vault Application Framework
C#
Show/Hide TOC
Integer
Context
Conversion (Integer
Context to List
Int
32
)
Explicit cast to a list of integers.
Definition
Namespace:
MFiles.VAF.Placeholders
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
static
explicit operator
List
<
int
> (
IntegerContext
context
)
Parameters
context
IntegerContext
Return Value
List
Int32
Collections of
Int32
's.
See Also
Reference
IntegerContext Class
MFiles.VAF.Placeholders Namespace
In This Article
Definition
Parameters
Return Value
See Also