Method MergeFrom
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
MergeFrom(Decimal)
Merges the given message into this one.
public void MergeFrom(Decimal other)
Parameters
otherDecimal
Remarks
See the user guide for precise merge semantics.
MergeFrom(CodedInputStream)
Merges the data from the specified coded input stream with the current message.
public void MergeFrom(CodedInputStream input)
Parameters
inputCodedInputStream
Remarks
See the user guide for precise merge semantics.