Click or drag to resize

ExtensibleTryGetValueTValue Method (IExtensible, Int32, TValue)

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

Parameters

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

Type Parameters

TValue

Return Value

Type: Boolean
See Also