共用方式為


CommaDelimitedStringCollection 建構函式

定義

建立 CommaDelimitedStringCollection 類別的新執行個體。

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

範例

下列程式代碼範例示範如何使用 建 CommaDelimitedStringCollection 構函式。 此程式代碼範例是類別概觀所提供較大範例的 CommaDelimitedStringCollection 一部分。

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

適用於