ExtensibleTryGetValueTValue Method (IExtensible, Int32, DataFormat, Boolean, TValue) |
Namespace:
ProtoBuf
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic static bool TryGetValue<TValue>(
IExtensible instance,
int tag,
DataFormat format,
bool allowDefinedTag,
out TValue value
)
Parameters
- instance
- Type: ProtoBufIExtensible
- tag
- Type: SystemInt32
- format
- Type: ProtoBufDataFormat
- allowDefinedTag
- Type: SystemBoolean
- value
- Type: TValue
Type Parameters
- TValue
Return Value
Type:
Boolean
See Also