Inheritance: BaseAxisQuery
Beispiel #1
0
 private GroupQuery(GroupQuery other) : base(other)
 {
 }
 private GroupQuery(GroupQuery other) : base((BaseAxisQuery)other)
 {
 }