Icing.Diagnostics.Algorithm.Algorithm C# (CSharp) 메소드

Algorithm() 공개 메소드

Initializes a new instance of the Algorithm class.
public Algorithm ( System.Action action ) : System
action System.Action The action, or the code of the algorithm itself.
리턴 System
        public Algorithm(Action action)
            : this(null, action)
        {
        }

Same methods

Algorithm::Algorithm ( string name, System.Action action ) : System