Click or drag to resize

ProtoIncludeAttribute Constructor (Int32, Type)

Namespace:  ProtoBuf
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public ProtoIncludeAttribute(
	int tag,
	Type knownType
)

Parameters

tag
Type: SystemInt32
knownType
Type: SystemType
See Also