Exemplo n.º 1
0
 public override void SetValue(object o, int index, object value)
 {
     _list.Add((T)_mappingSchema.ConvertChangeType(value, _underlyingType, _isNullable));
 }