Table of Contents

Interface ICanProvideParamInfos

Namespace
Rinku.Mapping
Assembly
Rinku.dll

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()

Returns

IEnumerable<ParamInfo>