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