CommaDelimitedStringCollection Konstruktor
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
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()