IMemberInfo Interface Members
In This Topic
The following tables list the members exposed by IMemberInfo.
Public Properties
| Name | Description |
 | DeclaringType |
Gets the type that declares the current member.
|
 | GetterAccessibility |
Gets the access modifier for the getter of this member.
|
 | Name |
Gets the name of the current member.
|
 | Path |
Gets the full path from the root object until and including the current node separated by dots.
|
 | SetterAccessibility |
Gets the access modifier for the setter of this member.
|
 | Type |
Gets the type of this member.
|
Top
Extension Methods
| Name | Description |
 | WhichGetterDoesNotHave |
Checks if the subject info getter does not have the given access modifier.
|
 | WhichGetterHas |
Checks if the subject info getter has the given access modifier.
|
 | WhichSetterDoesNotHave |
Checks if the subject info setter does not have the given access modifier.
|
 | WhichSetterHas |
Checks if the subject info setter has the given access modifier.
|
Top
See Also