Struct MathMethodInfo
- Namespace
- NCalc.LambdaCompilation.Reflection
- Assembly
- NCalc.LambdaCompilation.dll
public readonly struct MathMethodInfo
- Inherited Members
Properties
ArgumentCount
public required int ArgumentCount { get; init; }
Property Value
DecimalSupport
public required bool DecimalSupport { get; init; }
Property Value
MethodInfo
public required MethodInfo MethodInfo { get; init; }