Class ArgumentsMatchInfo
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class ArgumentsMatchInfo- Inheritance
- 
      
      ArgumentsMatchInfo
- Inherited Members
Constructors
ArgumentsMatchInfo(ArgumentsMatchKind)
public ArgumentsMatchInfo(ArgumentsMatchKind kind)Parameters
- kindArgumentsMatchKind
Properties
IsCloseMatch
public bool IsCloseMatch { get; }Property Value
IsExactMatch
public bool IsExactMatch { get; }Property Value
IsMatchRequiringConversion
public bool IsMatchRequiringConversion { get; }Property Value
Methods
ToString()
public override string ToString()