Show / Hide Table of Contents

    Class CommandParameterDescriptionAttribute

    Provides a command paremeter with a description.

    Inheritance
    Object
    Attribute
    CommandParameterDescriptionAttribute
    Namespace: QFSW.QC
    Assembly: QFSW.QC.dll
    Syntax
    [AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false, Inherited = false)]
    public sealed class CommandParameterDescriptionAttribute : Attribute, _Attribute

    Constructors

    CommandParameterDescriptionAttribute(String)

    Declaration
    public CommandParameterDescriptionAttribute(string description)
    Parameters
    Type Name Description
    String description

    Fields

    Description

    Declaration
    public readonly string Description
    Field Value
    Type Description
    String

    Valid

    Declaration
    public readonly bool Valid
    Field Value
    Type Description
    Boolean

    Extension Methods

    ArraySingleExtensions.AsArraySingle<T>(T)
    CollectionExtensions.Yield<T>(T)
    Quantum Console by QFSW
    Back to top