コード例 #1
0
 /// <summary>
 /// Return true if we expect (absent pathological changes while we're not looking) to be able to save changes
 /// to this writing system.
 /// </summary>
 public bool CanSave(CoreWritingSystemDefinition ws)
 {
     lock (m_syncRoot)
         return(m_repo.CanSave(ws));
 }