Click or drag to resize

ExtensibleGetValues Method (TypeModel, Type, IExtensible, Int32, DataFormat)

Namespace:  ProtoBuf
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static IEnumerable GetValues(
	TypeModel model,
	Type type,
	IExtensible instance,
	int tag,
	DataFormat format
)

Parameters

model
Type: ProtoBuf.MetaTypeModel
type
Type: SystemType
instance
Type: ProtoBufIExtensible
tag
Type: SystemInt32
format
Type: ProtoBufDataFormat

Return Value

Type: IEnumerable
See Also