Class ReflectivePropertyAccessor.InvokerPair
Inheritance
System.Object
ReflectivePropertyAccessor.InvokerPair
Assembly: Steeltoe.Common.Expression.dll
Syntax
public class InvokerPair : object
Constructors
|
Edit this page
View Source
InvokerPair(MemberInfo, Type)
Declaration
public InvokerPair(MemberInfo member, Type typeDescriptor)
Parameters
Type |
Name |
Description |
MemberInfo |
member |
|
Type |
typeDescriptor |
|
Properties
|
Edit this page
View Source
Member
Declaration
public MemberInfo Member { get; }
Property Value
Type |
Description |
MemberInfo |
|
|
Edit this page
View Source
TypeDescriptor
Declaration
public Type TypeDescriptor { get; }
Property Value