Empeld
Empeld plugin documentation.
pluginbase.Attributes.ExperimentalAttribute Class Reference
Inheritance diagram for pluginbase.Attributes.ExperimentalAttribute:

Public Member Functions

 ExperimentalAttribute (string reason)
 
 ExperimentalAttribute ()
 

Public Attributes

readonly string Reason
 

Detailed Description

Attribute: AttributeUsage(AttributeTargets.Class | AttributeTargets.Method | AttributeTargets.Interface, AllowMultiple = false, Inherited = true)

Constructor & Destructor Documentation

◆ ExperimentalAttribute() [1/2]

pluginbase.Attributes.ExperimentalAttribute.ExperimentalAttribute ( string  reason)
11  {
12  this.Reason = reason;
13  }
readonly string Reason
Definition: ExperimentalAttribute.cs:8

◆ ExperimentalAttribute() [2/2]

pluginbase.Attributes.ExperimentalAttribute.ExperimentalAttribute ( )
16  :this("Unfinished or experimental feature. Subject to change.")
17  { }

Member Data Documentation

◆ Reason

readonly string pluginbase.Attributes.ExperimentalAttribute.Reason

The documentation for this class was generated from the following file: