C# Class System.Collections.Specialized.StringCollection

Inheritance: System.Collections.IList, System.Collections.ICollection, System.Collections.IEnumerable
Mostra file Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
System System.Collections.IEnumerator
System bool
System int

Public Methods

Method Description
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

Private Methods

Method Description
System ( ) : System.Collections.IEnumerator
System ( object value ) : bool
System ( object value ) : int

Method Details

Add() public method

public Add ( string value ) : int
value string
return int

AddRange() public method

public AddRange ( string value ) : void
value string
return void

Clear() public method

public Clear ( ) : void
return void

Contains() public method

public Contains ( string value ) : bool
value string
return bool

CopyTo() public method

public CopyTo ( string array, int index ) : void
array string
index int
return void

GetEnumerator() public method

public GetEnumerator ( ) : System.Collections.Specialized.StringEnumerator
return System.Collections.Specialized.StringEnumerator

IndexOf() public method

public IndexOf ( string value ) : int
value string
return int

Insert() public method

public Insert ( int index, string value ) : void
index int
value string
return void

Remove() public method

public Remove ( string value ) : void
value string
return void

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void

StringCollection() public method

public StringCollection ( )

System() public method

public System ( System array, int index ) : void
array System
index int
return void

System() public method

public System ( int index, object value ) : void
index int
value object
return void

System() public method

public System ( object value ) : void
value object
return void

this() public method

public this ( int index ) : objectSystem.Collections.IList.
index int
return objectSystem.Collections.IList.

this() public method

public this ( int index ) : string
index int
return string