IMemberInfo Interface Properties
In This Topic
For a list of all members of this type, see IMemberInfo members.
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
See Also