Summary
Checks to make sure that the specified method names on the target object
are overriden.
- Namespace
- ReactiveUI
- Containing Type
- Reflection
Syntax
public static void ThrowIfMethodsNotOverloaded(string callingTypeName, object targetObject, params string[] methodsToCheck)
Parameters
Name | Type | Description |
---|---|---|
callingTypeName | string | The name of the calling type. |
targetObject | object | The object to check. |
methodsToCheck | string[] | The name of the methods to check. |
Return Value
Type | Description |
---|---|
void |