Comparison()
Comparison::Comparison(Y) constructor
Constructs an instance of Comparison delegate that represent the pointer to the specified invokable entity.
template<typename Y> System::Comparison<T>::Comparison(Y arg)
Template parameters
| Parameter | Description |
|---|---|
| Y | The type of the invokable entity to be pointed to by the Comparison object being created |
Arguments
| Parameter | Type | Description |
|---|---|---|
| arg | Y | An invokable entity to be pointed to by the Comparison object being created |
See Also
- Class Comparison
- Namespace System
- Library Aspose.Slides