AdvancedOCR.Step.Step C# (CSharp) Method

Step() protected method

protected Step ( int length, IList upstream ) : System
length int
upstream IList
return System
        protected Step(int length, IList<Step> upstream)
            : this(length, upstream, false)
        {
        }

Same methods

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