A accessor within a method or indexer declaration.
Namespace: DwellNet.CodeDoc
Assembly: CodeDocApi.dll
| C# |
|
[DebuggerDisplay("{DebuggerDisplay}")] public class Accessor |
| Name | Description | |
| Ð | AccessorKind | Which kind of accessor this is. |
| Ð | AccessorModifiers | The modifiers of this accessor (e.g. "internal"). |
| Ð | DebuggerDisplay | Gets a string displayed in the debugger. |
| Ð | IsExternallyAccessible | Returns true if this accessor is accessible outside of this program or library -- assuming that the member associated with this accessor is similarly accessible. |
| Name | Description | |
| Ð | HasModifier | Returns true if this accessor has one of a given set of modifiers (such as "public"), false if not. |
| Ð | ToString | Returns a string representation of the accessor. |