Exemplo n.º 1
0
 /// <summary>
 /// Deletes the specifed key in this table.
 /// </summary>
 /// <param name="key">The key name.</param>
 public void Delete(string key)
 {
     NtCore.DeleteEntry(m_path + PathSeperatorChar + key);
 }