C# Class System.Html.Speech.SpeechGrammarList

Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
GetEnumerator IEnumerator
SpeechGrammarList System.Collections.Generic
this SpeechGrammar

Public Methods

Method Description
AddFromString ( string @string ) : void
AddFromString ( string @string, double weight ) : void
AddFromURI ( string src ) : void
AddFromURI ( string src, double weight ) : void
Item ( int index ) : SpeechGrammar

Private Methods

Method Description
GetEnumerator ( ) : IEnumerator
SpeechGrammarList ( ) : System.Collections.Generic
this ( int index ) : SpeechGrammar

Method Details

AddFromString() public method

public AddFromString ( string @string ) : void
@string string
return void

AddFromString() public method

public AddFromString ( string @string, double weight ) : void
@string string
weight double
return void

AddFromURI() public method

public AddFromURI ( string src ) : void
src string
return void

AddFromURI() public method

public AddFromURI ( string src, double weight ) : void
src string
weight double
return void

Item() public method

public Item ( int index ) : SpeechGrammar
index int
return SpeechGrammar