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