ShouldOverwrite(Type, bool, Type, bool)
Declaration
public static bool ShouldOverwrite(Type newExtensionTargetType, bool isNewGeneric, Type oldExtensionTargetType, bool isOldGeneric)Parameters
| Type | Name | Description |
|---|---|---|
| Type | newExtensionTargetType | |
| bool | isNewGeneric | |
| Type | oldExtensionTargetType | |
| bool | isOldGeneric |
Returns
| Type | Description |
|---|---|
| bool |
Remarks
This logic is supposed to mimic overload resolution in C#.