Class CallerParameter
- Namespace
- Rinku
- Assembly
- Rinku.dll
Describes one value that is supplied directly by the generated caller instead of being resolved from the caller's first (mapped) argument.
public abstract class CallerParameter
- Inheritance
-
CallerParameter
- Derived
- Inherited Members
- Extension Methods
Properties
TargetName
The target method parameter name, or null when the target is matched by exact type.
public string? TargetName { get; }
Property Value
ValueType
The delegate argument type supplied by the caller.
public Type ValueType { get; }