Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Commit

Permalink
Revert "Make MethodBase.ParameterCount public as we need to use it in…
Browse files Browse the repository at this point in the history
… Embeddinator."

This reverts commit c1d0dec.
  • Loading branch information
tritao committed Aug 18, 2017
1 parent c1d0dec commit f9c1e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reflect/MethodBase.cs
Expand Up @@ -33,7 +33,7 @@ internal MethodBase()
}

internal abstract MethodSignature MethodSignature { get; }
public abstract int ParameterCount { get; }
internal abstract int ParameterCount { get; }
public abstract ParameterInfo[] GetParameters();
public abstract MethodAttributes Attributes { get; }
public abstract MethodImplAttributes GetMethodImplementationFlags();
Expand Down

0 comments on commit f9c1e2f

Please sign in to comment.