ResolveCategoryHelpersIsTypeLevel Field |
Determines if a ResolveCategory is a type-level category.
Namespace:
Nova.Resolving
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static bool[] IsTypeLevel
Field Value
Type:
BooleanRemarks
It's legal for the Expression category to include Type references, such as for "Type.StaticMember" (or enum members),
so it's not included here - only categories that are members of types are included. We can omit LocalTypeParameter,
because searches will stop at the first TypeDecl regardless.
See Also