예제 #1
0
 public static CodeTypeDeclaration AddNonPublicEnum(this CodeTypeDeclaration parent, string name, bool isProtected = false, bool isInternal = false) => parent.AddNonPublicEnum(name, null, isProtected, isInternal);