Gets the operator which converts a message to/from another algorithm
| C# | Visual Basic | Visual C++ |
public override MethodReference GetAlgorithmConversionOperator( Type channelType, IAlgorithm alg2, bool isFromFactor, List<Object> args )
Public Overrides Function GetAlgorithmConversionOperator ( _ channelType As Type, _ alg2 As IAlgorithm, _ isFromFactor As Boolean, _ args As List(Of Object) _ ) As MethodReference
public: virtual MethodReference^ GetAlgorithmConversionOperator( Type^ channelType, IAlgorithm^ alg2, bool isFromFactor, List<Object^>^ args ) override
- channelType (Type)
- Type of message
- alg2 (IAlgorithm)
- The other algorithm
- isFromFactor (Boolean)
- True if from, false if to
A method reference for the operator