Class SourceInfoSyntax
Syntax - how to write in code
Inheritance
object
SourceInfoSyntax
Namespace: BuildSystem.GenDoc.DocFX
Assembly: BuildSystem.GenDoc.DocFX.dll
Syntax
public class SourceInfoSyntax : Object
Constructors
SourceInfoSyntax()
Declaration
public SourceInfoSyntax()
Properties
Content
Main line
Declaration
public string? Content { get; set; }
Property Value
Type | Description |
---|---|
string |
Parameters
Parameters provided to method
Declaration
public List<SourceInfoSyntaxParam>? Parameters { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<><SourceInfoSyntaxParam> |
ReturnType
Return type
Declaration
public string? ReturnType { get; set; }
Property Value
Type | Description |
---|---|
string |