Candor.ExecutionResults.Reset C# (CSharp) 메소드

Reset() 공개 메소드

Resets this instance to a successful state and clears all error and warning messages.
public Reset ( ) : void
리턴 void
        public void Reset()
        {
            this.success_ = true;
            this.messages_.Clear();
        }