Massive XML changes

This commit is contained in:
Marc Hernandez 2023-12-22 15:28:06 -08:00
parent a27140700c
commit 8bc0aafebc
2 changed files with 830 additions and 810 deletions

View File

@ -180,8 +180,6 @@ static public class refl
BindingFlags.Instance
);
var en = PredEnumerator.Create<PropertyInfo>( propArr.AsEnumerable<PropertyInfo>(),
fa => fa.GetCustomAttribute( typeof( NonSerializedAttribute ) ) == null && !list.Exists( f => f.Name == fa.Name ) );

File diff suppressed because it is too large Load Diff