hasoptionalseparatortype - eisclimber/ExPresS-XR GitHub Wiki
Method in DataGatheringHelpers
Checks if a method has only parameters and the first is of type char. (Does not guarantee validity!)
public static bool HasOptionalSeparatorType(MethodInfo methodInfo)| Name | Description |
|---|---|
System.Reflection.MethodInfo methodInfo |
MethodInfo to be checked. |
If the MethodInfo accepts a optional separator character.