public void Remove(
IniKey key
)
Public Sub Remove (
key As IniKey
)
Dim instance As IniKeyCollection
Dim key As IniKey
instance.Remove(key)
public:
void Remove(
IniKey^ key
)
member Remove :
key : IniKey -> unit
No code example is currently available or this language may not be supported.
ArgumentException | Key doesn't exists.;key |