HasFreeVaraible() 공개 메소드

public HasFreeVaraible ( ) : bool
리턴 bool
 private bool HasThisArgument()
 {
     return(mLambdaNode.HasFreeVaraible());
 }