areparametersvalid - eisclimber/ExPresS-XR GitHub Wiki

DataGatheringHelpers.AreParametersValid(MethodInfo)

Method in DataGatheringHelpers

Summary

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)

Parameters

Name Description
System.Reflection.MethodInfo methodInfo MethodInfo abut the method to be checked.

Returns

If the method can be used for DataGathering.

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