hasoptionalseparatortype - eisclimber/ExPresS-XR GitHub Wiki

DataGatheringHelpers.HasOptionalSeparatorType(MethodInfo)

Method in DataGatheringHelpers

Summary

Checks if a method has only parameters and the first is of type char. (Does not guarantee validity!)

public static bool HasOptionalSeparatorType(MethodInfo methodInfo)

Parameters

Name Description
System.Reflection.MethodInfo methodInfo MethodInfo to be checked.

Returns

If the MethodInfo accepts a optional separator character.

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