Skip to content

areparametersvalid

eisclimber edited this page Apr 4, 2026 · 1 revision

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.

ExPresS XR Wiki

Tutorial Pages

Code Documentation

Clone this wiki locally