Click or drag to resize

ExtensibleAppendValueTValue Method (IExtensible, Int32, TValue)

Namespace:  ProtoBuf
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static void AppendValue<TValue>(
	IExtensible instance,
	int tag,
	TValue value
)

Parameters

instance
Type: ProtoBufIExtensible
tag
Type: SystemInt32
value
Type: TValue

Type Parameters

TValue
See Also