GetFriendlyType() private method

private GetFriendlyType ( ) : string
return string
 public override string GetFriendlyInnerType()
 {
     return(FunctionObject != null?FunctionObject.GetFriendlyType() : "@NULL");
 }