MethodInfoExtensions.IsNew Method
Definition
Returns true
if the specified method has the new
modifier; false
otherwise.
public static bool IsNew(this MethodInfo method);
Parameters
Name | Type | Description |
---|---|---|
method | The method. |
Returns
true
if the method
has the new
modifier; false
otherwise.
Last modified: 17 December 2024