Text.Text C# (CSharp) Метод

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

public Text ( ) : System.Collections
Результат System.Collections
    public Text()
    {
        this.french = "";
        this.english = "";
    }

Same methods

Text::Text ( string french, string english ) : System.Collections