Advertisement
Ameisen

Untitled

Dec 24th, 2021
1,678
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.28 KB | None | 0 0
  1. private static readonly Lazy<Func<string, BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[], MethodInfo>> GetMethodImplRefl =
  2.         new(() => GetPrivateMethod<Func<string, BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[], MethodInfo>>("GetMethodImpl"));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement