コード例 #1
0
 private static void UnbindAssemblyLoader(IAssemblyLoader loader)
 {
     loader.OnUnbind();
     loader.OnAssemblyLoaded -= SetDirty;
 }