示例#1
0
 public bool CanAnswer(DegreeOfPhilosophicalDepth questionDepth)
 {
     return(DepthLimit >= questionDepth);
 }
示例#2
0
 public Clergyman(string rank, DegreeOfPhilosophicalDepth depthLimit)
 {
     Rank       = rank;
     DepthLimit = depthLimit;
 }