Пример #1
0
 public bool TryRename(string newname)
 {
     return(m_collection.TryRename(newname));
 }