Esempio n. 1
0
 public override void CopyTo(Util.Attribute target)
 {
     ((BoostAttribute)target).Boost = boost;
 }
Esempio n. 2
0
 internal AttributeImplItem(Type key, Util.Attribute value)
 {
     this.Key   = key;
     this.Value = value;
 }
Esempio n. 3
0
 internal AttributeImplItem(Type key, Util.Attribute value)
 {
     this.Key = key;
     this.Value = value;
 }
Esempio n. 4
0
            public override void CopyTo(Util.Attribute target)
            {
                NumericTermAttribute a = (NumericTermAttribute)target;

                a.Init(Value, ValueSize_Renamed, PrecisionStep, Shift_Renamed);
            }
Esempio n. 5
0
            public override void CopyTo(Util.Attribute target)
            {
                var a = (NumericTermAttribute)target;

                a.Init(_value, ValueSize, _precisionStep, Shift);
            }