MemberParser Constructor
Definition
- Namespace
- Cuemon.Reflection
- Assemblies
- Cuemon.Core.dll
MemberParser(Type, IEnumerable<MemberArgument>)
Initializes a new instance of the MemberParser class.
public MemberParser(Type source, IEnumerable<MemberArgument> memberArguments)
Parameters
sourceTypeThe Type of the source to rehydrate.
memberArgumentsIEnumerable<MemberArgument>The arguments associated with the
source.