Пример #1
0
		// Used by mcs, the symbol writer, and mdb through reflection
		internal static Guid Mono_GetGuid (Module module)
		{
			return module.GetModuleVersionId ();
		}
Пример #2
0
 // Used by mcs, the symbol writer, and mdb through reflection
 internal static Guid Mono_GetGuid(Module module)
 {
     return(module.GetModuleVersionId());
 }