Click or drag to resize

ExtensibleAppendValue Method (TypeModel, IExtensible, Int32, DataFormat, Object)

Namespace:  ProtoBuf
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static void AppendValue(
	TypeModel model,
	IExtensible instance,
	int tag,
	DataFormat format,
	Object value
)

Parameters

model
Type: ProtoBuf.MetaTypeModel
instance
Type: ProtoBufIExtensible
tag
Type: SystemInt32
format
Type: ProtoBufDataFormat
value
Type: SystemObject
See Also