Interface ICanProvideParamInfos
A type mapping that can list its slots.
public interface ICanProvideParamInfos
- Extension Methods
Methods
GetParamInfos()
Enumerates every slot of the type, constructor parameters and members alike.
IEnumerable<ParamInfo> GetParamInfos()