'Declaration
Function DecodeMessage( _ ByVal expectedType As Type _ ) As IEncodeable
'Usage
Dim instance As IDecoder Dim expectedType As Type Dim value As IEncodeable value = instance.DecodeMessage(expectedType)
IEncodeable DecodeMessage( Type expectedType )
IEncodeable^ DecodeMessage( Type^ expectedType )
Parameters
- expectedType