Files
linux-packaging-mono/mcs/class/corlib/corefx/MethodInfo.cs

6 lines
154 B
C#
Raw Normal View History

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