Class ReferencesComment
Represents the references to a program's source code.
Inherited Members
Namespace: MGR.PortableObject.Comments
Assembly: MGR.PortableObject.dll
Syntax
public class ReferencesComment : PortableObjectCommentBase
Constructors
| Edit this page View SourceReferencesComment(string)
Creates a new instance of ReferencesComment.
Declaration
public ReferencesComment(string text)
Parameters
| Type | Name | Description |
|---|---|---|
| string | text | The references of the source code. |
Properties
| Edit this page View SourceReferences
Gets the references of the translation entry.
Declaration
public IEnumerable<SourceCodeReference> References { get; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<SourceCodeReference> |