System.Html.Speech.SpeechSynthesis.GetVoices C# (CSharp) Метод

GetVoices() публичный Метод

public GetVoices ( ) : System.Html.Speech.SpeechSynthesisVoice[]
Результат System.Html.Speech.SpeechSynthesisVoice[]
        public SpeechSynthesisVoice[] GetVoices()
        {
            return null;
        }