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