Boo.Lang.Compiler.TypeSystem.CallableResolutionService.Candidate.Candidate C# (CSharp) 메소드

Candidate() 공개 메소드

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