Language.Count C# (CSharp) 메소드

Count() 공개 메소드

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