Removes one element from this Map.
| C# |
public void RemAttribute( string key )
- key (String)
- Name of the element to remove
Sofu.Sofu.Map file = SofuReader.LoadFile("file.sofu"); if (file.HasAttribute("Debug")) file.RemAttribute("Debug"); file.Write("file.sofu");