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()

適用対象