struct Synthesizer.InstalledVoice
😔 No documentation found.
public string Name { get; set; }
😔 No documentation found.
public string Gender { get; set; }
😔 No documentation found.
public string Age { get; set; }
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public static bool op_Inequality( Synthesizer.InstalledVoice left, Synthesizer.InstalledVoice right )
😔 No documentation found.
public static bool op_Equality( Synthesizer.InstalledVoice left, Synthesizer.InstalledVoice right )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public bool Equals( Synthesizer.InstalledVoice other )
😔 No documentation found.
public void Deconstruct( ref string Name, ref string Gender, ref string Age )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public Synthesizer.InstalledVoice( string Name, string Gender, string Age )
😔 No documentation found.