ReflectedMemberProperty<T0,T1> Constructor

Declaration

public ReflectedMemberProperty<T0,T1>(FieldInfo info, string name);

Parameters

info The system reflection field info.
name Use this name property--this might override the MemberInfo name

Description

Initializes a new ReflectedMemberProperty_2 instance for the specified FieldInfo.


Declaration

public ReflectedMemberProperty<T0,T1>(PropertyInfo info, string name);

Parameters

info The system reflection property info.
name Use this name property--this might override the MemberInfo name

Description

Initializes a new ReflectedMemberProperty_2 instance for the specified PropertyInfo.


Did you find this page useful? Please give it a rating: