BooleanContext Conversion (BooleanContext to ListBoolean) |
Explicit cast to a list of booleans.
Namespace:
MFiles.VAF.Placeholders
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic static explicit operator List<bool> (
BooleanContext context
)
Public Shared Narrowing Operator CType (
context As BooleanContext
) As List(Of Boolean)
static explicit operator List<bool>^ (
BooleanContext^ context
)
Parameters
- context
- Type: MFiles.VAF.PlaceholdersBooleanContext
Return Value
Type:
ListBoolean
See Also