C# Class System.Collections.Specialized.StringCollection

Inheritance: System.Collections.IList, System.Collections.ICollection, System.Collections.IEnumerable
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство Type Description
System System.Collections.IEnumerator
System bool
System int

Méthodes publiques

Méthode 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

Méthode Description
System ( ) : System.Collections.IEnumerator
System ( object value ) : bool
System ( object value ) : int

Method Details

Add() public méthode

public Add ( string value ) : int
value string
Résultat int

AddRange() public méthode

public AddRange ( string value ) : void
value string
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( string value ) : bool
value string
Résultat bool

CopyTo() public méthode

public CopyTo ( string array, int index ) : void
array string
index int
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : System.Collections.Specialized.StringEnumerator
Résultat System.Collections.Specialized.StringEnumerator

IndexOf() public méthode

public IndexOf ( string value ) : int
value string
Résultat int

Insert() public méthode

public Insert ( int index, string value ) : void
index int
value string
Résultat void

Remove() public méthode

public Remove ( string value ) : void
value string
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

StringCollection() public méthode

public StringCollection ( )

System() public méthode

public System ( System array, int index ) : void
array System
index int
Résultat void

System() public méthode

public System ( int index, object value ) : void
index int
value object
Résultat void

System() public méthode

public System ( object value ) : void
value object
Résultat void

this() public méthode

public this ( int index ) : objectSystem.Collections.IList.
index int
Résultat objectSystem.Collections.IList.

this() public méthode

public this ( int index ) : string
index int
Résultat string