Ejemplo n.º 1
0
 public GenreHasWord(Word word, Something wordOwner, WordIndexAttribute.Kind attrKind)
     : base(word, wordOwner, attrKind)
 {
 }
Ejemplo n.º 2
0
 public ComputerSystemHasWord(Word word, Something wordOwner, WordIndexAttribute.Kind attrKind)
     : base(word, wordOwner, attrKind)
 {
 }
Ejemplo n.º 3
0
 public DepartmentHasWord(Word word, Something wordOwner, WordIndexAttribute.Kind attrKind)
     : base(word, wordOwner, attrKind)
 {
 }
 public PostAddressComponentHasWord(Word word, Something wordOwner, WordIndexAttribute.Kind attrKind)
     : base(word, wordOwner, attrKind)
 {
 }