Exemplo n.º 1
0
 public new void Inverse()
 {
     if (!mapping.IsSpecified("Inverse"))
     {
         mapping.Inverse = nextBool;
     }
     nextBool = true;
 }
Exemplo n.º 2
0
 public bool IsSet(Member property)
 {
     return(mapping.IsSpecified(propertyMappings.Get(property)));
 }