CommaDelimitedStringCollection コンストラクター
定義
CommaDelimitedStringCollection クラスの新しいインスタンスを作成します。Creates a new instance of the CommaDelimitedStringCollection class.
public:
CommaDelimitedStringCollection();
public CommaDelimitedStringCollection ();
Public Sub New ()
例
コンストラクターの使用方法を次のコード例に示し CommaDelimitedStringCollection ます。The following code example demonstrates how to use the CommaDelimitedStringCollection constructor. このコード例は、クラスの概要に用意されている大規模な例の一部です CommaDelimitedStringCollection 。This code example is part of a larger example provided for the CommaDelimitedStringCollection class overview.
// Create a CommaDelimitedStringCollection object.
CommaDelimitedStringCollection myStrCollection =
new CommaDelimitedStringCollection();
' Create a CommaDelimitedStringCollection object.
Dim myStrCollection As CommaDelimitedStringCollection = _
New CommaDelimitedStringCollection()