C# Class System.Html.HtmlOptionsCollection

Inheritance: ElementCollection
Afficher le fichier Open project: Saltarelle/SaltarelleWeb

Private Properties

Свойство Type Description
HtmlOptionsCollection System.Runtime.CompilerServices
this OptionElement

Méthodes publiques

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

Private Methods

Méthode Description
HtmlOptionsCollection ( ) : System.Runtime.CompilerServices
this ( int index ) : OptionElement

Method Details

Add() public méthode

public Add ( OptGroupElement>.TypeOption element ) : void
element OptGroupElement>.TypeOption
Résultat void

Add() public méthode

public Add ( OptGroupElement>.TypeOption element, int>.TypeOption before ) : void
element OptGroupElement>.TypeOption
before int>.TypeOption
Résultat void

Remove() public méthode

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