Exemplo n.º 1
0
 // Used by mcs, the symbol writer, and mdb through reflection
 internal static Guid Mono_GetGuid(ModuleBuilder mb)
 {
     return(mb.GetModuleVersionId());
 }
Exemplo n.º 2
0
		// Used by mcs, the symbol writer, and mdb through reflection
		internal static Guid Mono_GetGuid (ModuleBuilder mb)
		{
			return mb.GetModuleVersionId ();
		}