Click or drag to resize

EazyNetCheckerAddCustomMethod Method (NetCheckMethod, Boolean)

Adds a new custom method

Namespace:  Hellmade.Net
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static void AddCustomMethod(
	NetCheckMethod method,
	bool use
)

Parameters

method
Type: Hellmade.NetNetCheckMethod
The method to add
use
Type: SystemBoolean
Whether to automatically mark the new method as the selected one.
See Also