System::Collections::Specialized::StringCollection::Insert methode

StringCollection::Insert method

Voegt een specifieke waarde in de container in.

void System::Collections::Specialized::StringCollection::Insert(int index, const System::String &value)
ParameterTypeBeschrijving
indexintIndex om de string in te voegen.
valueconst System::String&Waarde om in te voegen op de opgegeven positie.

Zie ook