Struct SourceCodeReference
Represent a reference in a source code.
Inherited Members
Namespace: MGR.PortableObject.Comments
Assembly: MGR.PortableObject.dll
Syntax
public struct SourceCodeReference
Constructors
| Edit this page View SourceSourceCodeReference(string)
Creates a new instance of ReferencesComment.
Declaration
public SourceCodeReference(string reference)
Parameters
Type | Name | Description |
---|---|---|
string | reference | The references of the source code. |
Properties
| Edit this page View SourceFilePath
Gets the file path of the reference.
Declaration
public readonly string FilePath { get; }
Property Value
Type | Description |
---|---|
string |
LineNumber
Gets the line number of the reference.
Declaration
public readonly int LineNumber { get; }
Property Value
Type | Description |
---|---|
int |