ProcessedMemberArguments Property
Definition
- Namespace
- Cuemon.Reflection
- Assemblies
- Cuemon.Core.dll
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.