Namespace: Telerik.WinControlsAssembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)
Syntax
| C# |
|---|
public delegate TResult Function<TArgument, TResult>(
TArgument argument
)
|
| Visual Basic |
|---|
Public Delegate Function Function(Of TArgument, TResult) ( _
argument As TArgument _
) As TResult |
Parameters
- argument
- Type: TArgument
Type Parameters
See Also