Method RequiresGenericContext
RequiresGenericContext(MethodBase)
Determines whether a particular method requires a generic context to be provided to it by the runtime.
bool RequiresGenericContext(MethodBase method)
Parameters
method
MethodBase- The method to check.
Returns
- bool
true
if the method requires a generic context to be provided to it by the runtime; otherwise,false
.