Table of Contents

Class AreReadableAttribute

Namespace
Rinku.Mapping
Assembly
Rinku.dll

Allows unregistered types used by a construction path to be registered on demand. On a type, this applies to its immediate construction parameters and writable members. It does not register the attributed type itself.

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Constructor|AttributeTargets.Method|AttributeTargets.Interface)]
public sealed class AreReadableAttribute : Attribute
Inheritance
AreReadableAttribute
Inherited Members
Extension Methods