ExtensibleTryGetValue Method (TypeModel, Type, IExtensible, Int32, DataFormat, Boolean, Object) |
Namespace:
ProtoBuf
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic static bool TryGetValue(
TypeModel model,
Type type,
IExtensible instance,
int tag,
DataFormat format,
bool allowDefinedTag,
out Object value
)
Parameters
- model
- Type: ProtoBuf.MetaTypeModel
- type
- Type: SystemType
- instance
- Type: ProtoBufIExtensible
- tag
- Type: SystemInt32
- format
- Type: ProtoBufDataFormat
- allowDefinedTag
- Type: SystemBoolean
- value
- Type: SystemObject
Return Value
Type:
Boolean
See Also