CLRBindings.cs 200 B

12345678910
  1. namespace ILRuntime.Runtime.Generated
  2. {
  3. public class CLRBindings
  4. {
  5. public static void Initialize(ILRuntime.Runtime.Enviorment.AppDomain app)
  6. {
  7. }
  8. }
  9. }