hasseparatortype - eisclimber/ExPresS-XR GitHub Wiki
Method in DataGatheringHelpers
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)| Name | Description |
|---|---|
System.Reflection.MethodInfo methodInfo |
MethodInfo to be checked. |
If the MethodInfo accepts a mandatory separator character.