Struct MathMethodInfo
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; }