76c6505a64
Former-commit-id: c73c6d59ea27405c8ec2975fc933d2a9a447e603
7 lines
173 B
C#
7 lines
173 B
C#
namespace System.Reflection {
|
|
[Serializable]
|
|
partial class MethodInfo {
|
|
internal virtual int GenericParameterCount => GetGenericArguments ().Length;
|
|
}
|
|
}
|