Class DocumentationItem
Namespace: Neon.Roslyn
Assembly: Neon.Roslyn.dll
Syntax
public class DocumentationItem
Constructors
DocumentationItem(string, string)
Declaration
public DocumentationItem(string name, string documentation)
Parameters
Type | Name | Description |
---|---|---|
string | name | |
string | documentation |
Properties
Documentation
Declaration
public string Documentation { get; }
Property Value
Type | Description |
---|---|
string |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |