CommaDelimitedStringCollection Konstruktor

Definition

Skapar en ny instans av CommaDelimitedStringCollection klassen.

public:
 CommaDelimitedStringCollection();
public CommaDelimitedStringCollection();
Public Sub New ()

Exempel

Följande kodexempel visar hur du använder CommaDelimitedStringCollection konstruktorn. Det här kodexemplet är en del av ett större exempel som tillhandahålls för klassöversikten CommaDelimitedStringCollection .

// Create a CommaDelimitedStringCollection object.
CommaDelimitedStringCollection myStrCollection =
  new CommaDelimitedStringCollection();
' Create a CommaDelimitedStringCollection object.
Dim myStrCollection As CommaDelimitedStringCollection = _
  New CommaDelimitedStringCollection()

Gäller för