'DeclarationFunction DecodeMessage( _ ByVal expectedType As Type _ ) As IEncodeable
'UsageDim 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