C# Class OpenQA.Selenium.IE.StringCollection

Inheritance: IDisposable
Afficher le fichier Open project: epall/selenium Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void

Dispose of the object

StringCollection ( SafeStringCollectionHandle elementCollectionHandle ) : System

Initializes a new instance of the StringCollection class.

ToList ( ) : List

Converts the Collection to a list

Method Details

Dispose() public méthode

Dispose of the object
public Dispose ( ) : void
Résultat void

StringCollection() public méthode

Initializes a new instance of the StringCollection class.
public StringCollection ( SafeStringCollectionHandle elementCollectionHandle ) : System
elementCollectionHandle SafeStringCollectionHandle element collection handler
Résultat System

ToList() public méthode

Converts the Collection to a list
public ToList ( ) : List
Résultat List