Click or drag to resize

ExtensibleGetValuesTValue Method (IExtensible, Int32)

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

Parameters

instance
Type: ProtoBufIExtensible
tag
Type: SystemInt32

Type Parameters

TValue

Return Value

Type: IEnumerableTValue
See Also