C# 클래스 OpenQA.Selenium.IE.StringCollection

상속: IDisposable
파일 보기 프로젝트 열기: epall/selenium 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

Dispose of the object
public Dispose ( ) : void
리턴 void

StringCollection() 공개 메소드

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

ToList() 공개 메소드

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