예제 #1
0
 private bool IsReadOnly(string fieldName)
 {
     return(ReadonlyList != null && ReadonlyList.Contains(fieldName));
 }