ResolveCategory Enumeration |
The resolve category is used to restrict
UnresolvedRefs to a particular sub-category when resolving them.
Namespace:
Nova.Resolving
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public enum ResolveCategory
Members
| Member name | Value | Description |
---|
| Unspecified | 0 | |
| Type | 1 | |
| Namespace | 2 | |
| NamespaceOrType | 3 | |
| Interface | 4 | |
| Method | 5 | |
| Constructor | 6 | |
| Attribute | 7 | |
| OperatorOverload | 8 | |
| Property | 9 | |
| Indexer | 10 | |
| Event | 11 | |
| TypeParameter | 12 | |
| LocalTypeParameter | 13 | |
| Parameter | 14 | |
| GotoTarget | 15 | |
| NamespaceAlias | 16 | |
| RootNamespace | 17 | |
| Expression | 18 | |
| CodeObject | 19 | |
See Also