Table of Contents

Class SourceCodeElement

Namespace
SunamoRoslyn.Data
Assembly
SunamoRoslyn.dll

Represents a source code element with a file reference and element type.

public class SourceCodeElement
Inheritance
SourceCodeElement
Inherited Members
Extension Methods

Properties

File

Gets or sets the file index associated with this source code element.

public int File { get; set; }

Property Value

int

Type

Gets or sets the namespace code element type.

public NamespaceCodeElementsType Type { get; set; }

Property Value

NamespaceCodeElementsType