Search Results for

    Show / Hide Table of Contents

    Class FlagsComment

    Represents flags.

    Inheritance
    object
    PortableObjectCommentBase
    FlagsComment
    Inherited Members
    PortableObjectCommentBase.Text
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: MGR.PortableObject.Comments
    Assembly: MGR.PortableObject.dll
    Syntax
    public class FlagsComment : PortableObjectCommentBase

    Constructors

    | Edit this page View Source

    FlagsComment(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 Source

    Flags

    Gets the flags form the comment.

    Declaration
    public IEnumerable<string> Flags { get; }
    Property Value
    Type Description
    IEnumerable<string>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX