C# Class OpenQA.Selenium.IE.StringCollection

Inheritance: IDisposable
Exibir arquivo Open project: epall/selenium Class Usage Examples

Public Methods

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

Dispose of the object
public Dispose ( ) : void
return void

StringCollection() public method

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

ToList() public method

Converts the Collection to a list
public ToList ( ) : List
return List