Google.Protobuf.IMessage< T >
Generic interface for a Protocol Buffers message, where the type parameter is expected to be the same type as the implementation class.
Summary
Details |
Template Parameters |
|
Inheritance
Inherits from:
Google.Protobuf.IMessage, IEquatable< T >,
Google.Protobuf.IDeepCloneable< T >
Public functions
|
MergeFrom(T message)
|
void
Merges the given message into this one.
|
Public functions
MergeFrom
void MergeFrom(
T message
)
Merges the given message into this one.
See the user guide for precise merge semantics.
Details |
Parameters |
message
|
The message to merge with this one. Must not be null.
|
|