|
BroField Conversion (BroPacket to BroField) |
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public static implicit operator BroField (
BroPacket value
)
Public Shared Widening Operator CType (
value As BroPacket
) As BroField
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: BroccoliSharpBroPacket
A BroPacket object.
Return Value
Type:
BroFieldA
BroField object.
See Also