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