Table of Contents

ProcessedMemberArguments Property

Definition

Namespace
Cuemon.Reflection
Assemblies
Cuemon.Core.dll
Source
src/Cuemon.Core/Reflection/MemberParser.cs

ProcessedMemberArguments

Gets the processed arguments associated with the source to rehydrate.

public IEnumerable<MemberArgument> ProcessedMemberArguments { get; }

Property Value

IEnumerable<MemberArgument>

The arguments associated with the source to rehydrate.

Remarks

This can be useful for debugging why an instance is not rehydrated as expected.