C# 클래스 System.Html.HtmlOptionsCollection

상속: ElementCollection
파일 보기 프로젝트 열기: Saltarelle/SaltarelleWeb

Private Properties

프로퍼티 타입 설명
HtmlOptionsCollection System.Runtime.CompilerServices
this OptionElement

공개 메소드들

메소드 설명
Add ( OptGroupElement>.TypeOption element ) : void
Add ( OptGroupElement>.TypeOption element, int>.TypeOption before ) : void
Remove ( int index ) : void

비공개 메소드들

메소드 설명
HtmlOptionsCollection ( ) : System.Runtime.CompilerServices
this ( int index ) : OptionElement

메소드 상세

Add() 공개 메소드

public Add ( OptGroupElement>.TypeOption element ) : void
element OptGroupElement>.TypeOption
리턴 void

Add() 공개 메소드

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

Remove() 공개 메소드

public Remove ( int index ) : void
index int
리턴 void