HasFreeVaraible() public method

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