Boo.Lang.Compiler.TypeSystem.CallableResolutionService.Candidate.Candidate C# (CSharp) Method

Candidate() public method

public Candidate ( CallableResolutionService crs, IMethod entity ) : System
crs CallableResolutionService
entity IMethod
return System
            public Candidate(CallableResolutionService crs, IMethod entity)
            {
                _crs = crs;
                Method = entity;
                _scores = new int[crs._arguments.Count];
            }