Massive XML changes
This commit is contained in:
parent
a27140700c
commit
8bc0aafebc
@ -180,8 +180,6 @@ static public class refl
|
|||||||
BindingFlags.Instance
|
BindingFlags.Instance
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
var en = PredEnumerator.Create<PropertyInfo>( propArr.AsEnumerable<PropertyInfo>(),
|
var en = PredEnumerator.Create<PropertyInfo>( propArr.AsEnumerable<PropertyInfo>(),
|
||||||
fa => fa.GetCustomAttribute( typeof( NonSerializedAttribute ) ) == null && !list.Exists( f => f.Name == fa.Name ) );
|
fa => fa.GetCustomAttribute( typeof( NonSerializedAttribute ) ) == null && !list.Exists( f => f.Name == fa.Name ) );
|
||||||
|
|
||||||
|
|||||||
1638
ser/XmlFormatter2.cs
1638
ser/XmlFormatter2.cs
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user