Exemple #1
0
 public bool CheckFunctionTypesExists(FunctionType type)
 {
     return(FunctionTypes.Exists(x => x.FunctionType == type));
 }