예제 #1
0
 public bool isPropertyNameUsed(string propName)
 {
     return(existingPropertyNames.exists(propName));
 }
예제 #2
0
 public bool isEventNameUsed(string eventName)
 {
     return(existingEventNames.exists(eventName));
 }
예제 #3
0
 public bool isMethodNameUsed(string methodName)
 {
     return(existingMethodNames.exists(methodName));
 }