Table of Contents

Interface ISymbol

Namespace
ICSharpCode.Decompiler.TypeSystem
Assembly
ICSharpCode.Decompiler.dll

Interface for type system symbols.

public interface ISymbol

Properties

Name

Gets the short name of the symbol.

string Name { get; }

Property Value

string

SymbolKind

This property returns an enum specifying which kind of symbol this is (which derived interfaces of ISymbol are implemented)

SymbolKind SymbolKind { get; }

Property Value

SymbolKind