Class FunctionDescriptionAttribute
Inheritance
FunctionDescriptionAttribute
Assembly: Xareus.Scenarios.dll
Syntax
[AttributeUsage(AttributeTargets.Class, Inherited = true)]
public class FunctionDescriptionAttribute : Attribute
Constructors
FunctionDescriptionAttribute(string)
Declaration
public FunctionDescriptionAttribute(string description)
Parameters
Type |
Name |
Description |
string |
description |
|
Properties
Description
Text description of what the parameter is used for
Declaration
public string Description { get; set; }
Property Value