7 lines
173 B
C#
7 lines
173 B
C#
namespace System.Reflection {
|
|
[Serializable]
|
|
partial class MethodInfo {
|
|
internal virtual int GenericParameterCount => GetGenericArguments ().Length;
|
|
}
|
|
}
|