6 lines
154 B
C#
6 lines
154 B
C#
namespace System.Reflection {
|
|
partial class MethodInfo {
|
|
internal virtual int GenericParameterCount => GetGenericArguments ().Length;
|
|
}
|
|
}
|