public void AddRange(
IniSection[] sections
)
Public Sub AddRange (
sections As IniSection()
)
Dim instance As IniSectionCollection
Dim sections As IniSection()
instance.AddRange(sections)
public:
void AddRange(
array<IniSection^>^ sections
)
member AddRange :
sections : IniSection[] -> unit
No code example is currently available or this language may not be supported.
ArgumentException | Section already exists.;section |