IModifiers Interface |
Namespace: Nova.CodeDOM
public interface IModifiers
The IModifiers type exposes the following members.
Name | Description | |
---|---|---|
IsInternal |
True if the code object has internal access.
| |
IsPrivate |
True if the code object has private access.
| |
IsProtected |
True if the code object has protected access.
| |
IsPublic |
True if the code object has public access.
| |
IsStatic |
True if the code object is static.
| |
Modifiers |
Optional Modifiers for the code object.
|
Name | Description | |
---|---|---|
GetAccessRights |
Get the access rights of the code object.
|