다음을 통해 공유


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

적용 대상