C# Class System.Html.HtmlOptionsCollection

Inheritance: ElementCollection
Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
HtmlOptionsCollection System.Runtime.CompilerServices
this OptionElement

Public Methods

Method Description
Add ( OptGroupElement>.TypeOption element ) : void
Add ( OptGroupElement>.TypeOption element, int>.TypeOption before ) : void
Remove ( int index ) : void

Private Methods

Method Description
HtmlOptionsCollection ( ) : System.Runtime.CompilerServices
this ( int index ) : OptionElement

Method Details

Add() public method

public Add ( OptGroupElement>.TypeOption element ) : void
element OptGroupElement>.TypeOption
return void

Add() public method

public Add ( OptGroupElement>.TypeOption element, int>.TypeOption before ) : void
element OptGroupElement>.TypeOption
before int>.TypeOption
return void

Remove() public method

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