Click or drag to resize

ReflectionMehtod Constructor

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the ReflectionMehtod class

Namespace:  MLAPI
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ReflectionMehtod(
	MethodInfo methodInfo
)
Request Example View Source

Parameters

methodInfo
Type: System.ReflectionMethodInfo
See Also