Click or drag to resize

ConfigFileEraseSectionKey Method

Deletes the specified key in a section. Raises an error if either the section or the key do not exist.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void EraseSectionKey(
	string section,
	string key
)

Parameters

section
Type: SystemString

[Missing <param name="section"/> documentation for "M:Godot.ConfigFile.EraseSectionKey(System.String,System.String)"]

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Godot.ConfigFile.EraseSectionKey(System.String,System.String)"]

See Also