Inheritance: BaseAxisQuery
Exemplo n.º 1
0
 private GroupQuery(GroupQuery other) : base(other)
 {
 }
 private GroupQuery(GroupQuery other) : base((BaseAxisQuery)other)
 {
 }