TParam
The type of the parameter of the method that this delegate encapsulates.
TResult
The type of the return value of the method that this delegate encapsulates.
ImageGear for .NET
ImGearFunc<TParam,TResult> Delegate
See Also  Send Feedback
ImageGear21.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace : ImGearFunc<TParam,TResult> Delegate




p
The parameter of the method that this delegate encapsulates.

Glossary Item Box

Encapsulates a method that has one parameter and returns a value of the type specified by the TResult parameter.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

p
The parameter of the method that this delegate encapsulates.

Type Parameters

TParam
The type of the parameter of the method that this delegate encapsulates.
TResult
The type of the return value of the method that this delegate encapsulates.

Return Value

The return value of the method that this delegate encapsulates.

See Also

©2013. Accusoft Corporation. All Rights Reserved.