public delegate string UnknownIdDecoderDelegate(
InputId id
)Public Delegate Function UnknownIdDecoderDelegate (
id As InputId
) As Stringpublic delegate String^ UnknownIdDecoderDelegate(
InputId id
)type UnknownIdDecoderDelegate =
delegate of
id : InputId -> string