Exemplo n.º 1
0
 [DynamicDependency(nameof(modopts))]  // Automatically keeps all previous fields too due to StructLayout
 internal SignatureHelper(ModuleBuilder?module, SignatureHelperType type)
 {
     this.type   = type;
     this.module = module;
 }
Exemplo n.º 2
0
#pragma warning restore 649

		internal SignatureHelper (ModuleBuilder module, SignatureHelperType type)
		{
			this.type = type;
			this.module = module;
		}