AdvancedOCR.Step.Step C# (CSharp) Метод

Step() защищенный Метод

protected Step ( int length, IList upstream ) : System
length int
upstream IList
Результат System
        protected Step(int length, IList<Step> upstream)
            : this(length, upstream, false)
        {
        }

Same methods

Step::Step ( int length, IList upstream, bool isFinalLayer ) : System