Strike a size and conditional branch balance between (#16836)
[mono-project.git] / mcs / class / corlib / corefx / MethodInfo.cs
blobcbef00438568961a0278b1e518fd347e397f44a5
1 namespace System.Reflection {
2 [Serializable]
3 partial class MethodInfo {
4 internal virtual int GenericParameterCount => GetGenericArguments ().Length;