|
BroValue Conversion (BroTable to BroValue) |
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public static implicit operator BroValue (
BroTable value
)
Public Shared Widening Operator CType (
value As BroTable
) As BroValue
F# does not support the declaration of new casting operators.
J# does not support overloaded operators.
JavaScript does not support the declaration of new casting operators.
Parameters
- value
- Type: BroccoliSharpBroTable
A BroTable object.
Return Value
Type:
BroValueA
BroValue object.
See Also