6 lines
154 B
C#
Raw Normal View History

namespace System.Reflection {
partial class MethodInfo {
internal virtual int GenericParameterCount => GetGenericArguments ().Length;
}
}