Method MergeFrom
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
MergeFrom(ParameterChange)
Merges the given message into this one.
public void MergeFrom(ParameterChange other)
Parameters
otherParameterChange
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.