Table of Contents

Class CodeElements

Namespace
SunamoRoslyn.Data
Assembly
SunamoRoslyn.dll

Contains collections of namespace and class code elements indexed by name.

public class CodeElements
Inheritance
CodeElements
Inherited Members
Extension Methods

Properties

Classes

Gets or sets the dictionary of class code elements, keyed by class name. Used in DoSearch in Everyline and returned together with Namespaces from SourceCodeIndexerRoslyn.

public Dictionary<string, ClassCodeElements> Classes { get; set; }

Property Value

Dictionary<string, ClassCodeElements>

Namespaces

Gets or sets the dictionary of namespace code elements, keyed by namespace name. Used in DoSearch in Everyline and returned together with Classes from SourceCodeIndexerRoslyn.

public Dictionary<string, NamespaceCodeElements> Namespaces { get; set; }

Property Value

Dictionary<string, NamespaceCodeElements>