C# 클래스 System.Html.Speech.SpeechGrammarList

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

Private Properties

프로퍼티 타입 설명
GetEnumerator IEnumerator
SpeechGrammarList System.Collections.Generic
this SpeechGrammar

공개 메소드들

메소드 설명
AddFromString ( string @string ) : void
AddFromString ( string @string, double weight ) : void
AddFromURI ( string src ) : void
AddFromURI ( string src, double weight ) : void
Item ( int index ) : SpeechGrammar

비공개 메소드들

메소드 설명
GetEnumerator ( ) : IEnumerator
SpeechGrammarList ( ) : System.Collections.Generic
this ( int index ) : SpeechGrammar

메소드 상세

AddFromString() 공개 메소드

public AddFromString ( string @string ) : void
@string string
리턴 void

AddFromString() 공개 메소드

public AddFromString ( string @string, double weight ) : void
@string string
weight double
리턴 void

AddFromURI() 공개 메소드

public AddFromURI ( string src ) : void
src string
리턴 void

AddFromURI() 공개 메소드

public AddFromURI ( string src, double weight ) : void
src string
weight double
리턴 void

Item() 공개 메소드

public Item ( int index ) : SpeechGrammar
index int
리턴 SpeechGrammar