Пример #1
0
 private bool IsNotHandlingConcreteType(MarshallingContext context)
 {
     return(context.ClassMetadata() != _ownerMetadata);
 }