AvsAnLib.AvsAn.Result.Result C# (CSharp) Метод

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

public Result ( Ratio ratio, string word, int depth ) : Internals
ratio Ratio
word string
depth int
Результат Internals
            public Result(Ratio ratio, string word, int depth)
            {
                Word = word;
                Depth = depth;
                this.ratio = ratio;
            }
AvsAn.Result