Delegate utilizzato per passare un parametro e averne restituito un altro che può essere differente.
Namespace:
DedNet.Commands
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassi public delegate A ParamRest<T, A>(
T obj
)
Public Delegate Function ParamRest(Of T, A) (
obj As T
) As A
generic<typename T, typename A>
public delegate A ParamRest(
T obj
)
type ParamRest =
delegate of
obj : 'T -> 'A
Parametri
- obj
- Tipo: T
Nome della variabile passata come argomento.
Parametri di tipo
- T
- Parametro argomento.
- A
- Parametro restituito.
Valore di ritorno
Tipo:
ARestitusice il parametro di tipo A.
Vedi anche