C# 클래스 System.Collections.Specialized.StringCollection

상속: System.Collections.IList, System.Collections.ICollection, System.Collections.IEnumerable
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

Private Properties

프로퍼티 타입 설명
System System.Collections.IEnumerator
System bool
System int

공개 메소드들

메소드 설명
Add ( string value ) : int
AddRange ( string value ) : void
Clear ( ) : void
Contains ( string value ) : bool
CopyTo ( string array, int index ) : void
GetEnumerator ( ) : System.Collections.Specialized.StringEnumerator
IndexOf ( string value ) : int
Insert ( int index, string value ) : void
Remove ( string value ) : void
RemoveAt ( int index ) : void
StringCollection ( )
System ( System array, int index ) : void
System ( int index, object value ) : void
System ( object value ) : void
this ( int index ) : objectSystem.Collections.IList.
this ( int index ) : string

비공개 메소드들

메소드 설명
System ( ) : System.Collections.IEnumerator
System ( object value ) : bool
System ( object value ) : int

메소드 상세

Add() 공개 메소드

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

AddRange() 공개 메소드

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

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( string value ) : bool
value string
리턴 bool

CopyTo() 공개 메소드

public CopyTo ( string array, int index ) : void
array string
index int
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : System.Collections.Specialized.StringEnumerator
리턴 System.Collections.Specialized.StringEnumerator

IndexOf() 공개 메소드

public IndexOf ( string value ) : int
value string
리턴 int

Insert() 공개 메소드

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

Remove() 공개 메소드

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

RemoveAt() 공개 메소드

public RemoveAt ( int index ) : void
index int
리턴 void

StringCollection() 공개 메소드

public StringCollection ( )

System() 공개 메소드

public System ( System array, int index ) : void
array System
index int
리턴 void

System() 공개 메소드

public System ( int index, object value ) : void
index int
value object
리턴 void

System() 공개 메소드

public System ( object value ) : void
value object
리턴 void

this() 공개 메소드

public this ( int index ) : objectSystem.Collections.IList.
index int
리턴 objectSystem.Collections.IList.

this() 공개 메소드

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