Exemplo n.º 1
0
		public void CopyFrom(XS_cellType cellType_in) {
			this.data_ = cellType_in.data_;
			this.isnull_ = cellType_in.isnull_;
		}
Exemplo n.º 2
0
		public void CopyFrom(XS_cellType cellType_in) {
			int _index = -1;

			data_ = cellType_in.data_;
			isnull_ = cellType_in.isnull_;
		}
Exemplo n.º 3
0
 public void CopyFrom(XS_cellType cellType_in)
 {
     this.data_   = cellType_in.data_;
     this.isnull_ = cellType_in.isnull_;
 }