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
methodMethodBase- The method to check.
Returns
- bool
trueif the method requires a generic context to be provided to it by the runtime; otherwise,false.