示例#1
0
 private bool ShouldSerializeXFant()
 {
     return(!XFant.IsEmpty());
 }
示例#2
0
 private bool ShouldSerializeXFant()
 {
     return(XFant.IsNotNullOrEmpty());
 }