Click or drag to resize

ValueMemberSetSpecified Method

Namespace:  ProtoBuf.Meta
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public void SetSpecified(
	MethodInfo getSpecified,
	MethodInfo setSpecified
)

Parameters

getSpecified
Type: System.ReflectionMethodInfo
setSpecified
Type: System.ReflectionMethodInfo
See Also