C# Class System.Html.Speech.SpeechGrammarList

Afficher le fichier Open project: Saltarelle/SaltarelleWeb

Private Properties

Свойство Type Description
GetEnumerator IEnumerator
SpeechGrammarList System.Collections.Generic
this SpeechGrammar

Méthodes publiques

Méthode 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

Méthode Description
GetEnumerator ( ) : IEnumerator
SpeechGrammarList ( ) : System.Collections.Generic
this ( int index ) : SpeechGrammar

Method Details

AddFromString() public méthode

public AddFromString ( string @string ) : void
@string string
Résultat void

AddFromString() public méthode

public AddFromString ( string @string, double weight ) : void
@string string
weight double
Résultat void

AddFromURI() public méthode

public AddFromURI ( string src ) : void
src string
Résultat void

AddFromURI() public méthode

public AddFromURI ( string src, double weight ) : void
src string
weight double
Résultat void

Item() public méthode

public Item ( int index ) : SpeechGrammar
index int
Résultat SpeechGrammar