areparametersvalid - eisclimber/ExPresS-XR GitHub Wiki
Method in DataGatheringHelpers
Check if the parameters of a method can be used with the DataGatherer. Either no parameters, only optional or all optional but the first being a character (for the separator).
public static bool AreParametersValid(MethodInfo methodInfo)| Name | Description |
|---|---|
System.Reflection.MethodInfo methodInfo |
MethodInfo abut the method to be checked. |
If the method can be used for DataGathering.