Table of Contents

Interface ICanProvideConstructions

Namespace
Rinku.Mapping
Assembly
Rinku.dll

Exposes the whole set of construction paths for reading and wholesale replacement, so callers can reorder or rebuild it without reaching for a concrete info type. Assigning validates every entry.

public interface ICanProvideConstructions
Extension Methods

Properties

PossibleConstructors

The prioritized construction paths (constructors or static factory methods).

ReadOnlySpan<MethodCtorInfo> PossibleConstructors { get; set; }

Property Value

ReadOnlySpan<MethodCtorInfo>