AssessmentAnywhere.Excel.ParseResult.ParseResult C# (CSharp) Method

ParseResult() public method

public ParseResult ( IEnumerable results ) : System.Collections.Generic
results IEnumerable
return System.Collections.Generic
        public ParseResult(IEnumerable<ResultRow> results)
        {
            this.results = results;
        }
ParseResult