Language.Count C# (CSharp) Method

Count() public method

public Count ( ) : int
return int
    public int Count()
    {
        return this.text.Length;
    }