hasseparatortype - eisclimber/ExPresS-XR GitHub Wiki

DataGatheringHelpers.HasSeparatorType(MethodInfo)

Method in DataGatheringHelpers

Summary

Checks if a method has parameters, the first is mandatory and of type char while the rest are optional. (Does not guarantee validity!)

public static bool HasSeparatorType(MethodInfo methodInfo)

Parameters

Name Description
System.Reflection.MethodInfo methodInfo MethodInfo to be checked.

Returns

If the MethodInfo accepts a mandatory separator character.

⚠️ **GitHub.com Fallback** ⚠️