Click or drag to resize

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
C#
public enum ResolveCategory
Members
  Member nameValueDescription
Unspecified0
Type1
Namespace2
NamespaceOrType3
Interface4
Method5
Constructor6
Attribute7
OperatorOverload8
Property9
Indexer10
Event11
TypeParameter12
LocalTypeParameter13
Parameter14
GotoTarget15
NamespaceAlias16
RootNamespace17
Expression18
CodeObject19
See Also