Class FlagsComment
Represents flags.
Inherited Members
Namespace: MGR.PortableObject.Comments
Assembly: MGR.PortableObject.dll
Syntax
public class FlagsComment : PortableObjectCommentBase
Constructors
| Edit this page View SourceFlagsComment(string)
Creates a new instance of FlagsComment.
Declaration
public FlagsComment(string text)
Parameters
Type | Name | Description |
---|---|---|
string | text | The flags. |
Properties
| Edit this page View SourceFlags
Gets the flags form the comment.
Declaration
public IEnumerable<string> Flags { get; }
Property Value
Type | Description |
---|---|
IEnumerable<string> |