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

적용 대상