Overload | Description |
---|---|
PerformOperation(Func<Object>) | Performs the specified operation and return the corresponding value result. |
PerformOperation<T>(Func<T>) | Performs the specified operation and return the corresponding value result. |
Overload | Description |
---|---|
PerformOperation(Func<Object>) | Performs the specified operation and return the corresponding value result. |
PerformOperation<T>(Func<T>) | Performs the specified operation and return the corresponding value result. |