Exemplo n.º 1
0
 internal SystemTimeToken(QueryToken parent, SystemTimeProperty property)
     : base(parent)
 {
     Priority      = 8;
     this.property = property;
 }
Exemplo n.º 2
0
 internal SystemTimeToken(QueryToken parent, SystemTimeProperty property)
 {
     Priority      = 8;
     this.property = property;
     this.parent   = parent;
 }