C# 클래스 System.Configuration.CommaDelimitedStringCollection

상속: System.Collections.Specialized.StringCollection
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
Add ( string value ) : void
AddRange ( string range ) : void
Clear ( ) : void
Clone ( ) : CommaDelimitedStringCollection
CommaDelimitedStringCollection ( ) : System
Insert ( int index, string value ) : void
Remove ( string value ) : void
SetReadOnly ( ) : void
ToString ( ) : string
this ( int index ) : string

비공개 메소드들

메소드 설명
FromString ( string list ) : void
ThrowIfContainsDelimiter ( string value ) : void
ThrowIfReadOnly ( ) : void

메소드 상세

Add() 공개 메소드

public Add ( string value ) : void
value string
리턴 void

AddRange() 공개 메소드

public AddRange ( string range ) : void
range string
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Clone() 공개 메소드

public Clone ( ) : CommaDelimitedStringCollection
리턴 CommaDelimitedStringCollection

CommaDelimitedStringCollection() 공개 메소드

public CommaDelimitedStringCollection ( ) : System
리턴 System

Insert() 공개 메소드

public Insert ( int index, string value ) : void
index int
value string
리턴 void

Remove() 공개 메소드

public Remove ( string value ) : void
value string
리턴 void

SetReadOnly() 공개 메소드

public SetReadOnly ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

public this ( int index ) : string
index int
리턴 string