IModifiersGetAccessRights Method |
Get the access rights of the code object.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax void GetAccessRights(
bool isTargetOfAssignment,
out bool isPrivate,
out bool isProtected,
out bool isInternal
)
Parameters
- isTargetOfAssignment
- Type: SystemBoolean
- isPrivate
- Type: SystemBoolean
- isProtected
- Type: SystemBoolean
- isInternal
- Type: SystemBoolean
See Also