コード例 #1
0
 public string Repair(bool deleteCorruption)
 {
     return(m_contentDatabase.Repair(deleteCorruption));
 }