Class HardNcComment
Represents a comment in NC code.
public class HardNcComment
- Inheritance
-
HardNcComment
- Inherited Members
- Extension Methods
Constructors
HardNcComment(string, CommentMark)
Initializes a new instance of the HardNcComment class.
public HardNcComment(string content, CommentMark commentSignEnum)
Parameters
contentstringThe content of the comment without comment marks.
commentSignEnumCommentMarkThe type of comment mark to use.
Properties
CommentMark
Gets or sets the type of comment mark used.
public CommentMark CommentMark { get; set; }
Property Value
Content
Comment Without Comment Mark.
public string Content { get; set; }
Property Value
FullText
Comment With Comment Mark.
public string FullText { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.