Esempio n. 1
0
 public virtual bool IsPublicFunction(APIFunction function)
 {
     return(PublicFunctions.Contains(function));
 }