Class BaseValueAttribute<T>
Base attribute which has some value.
public class BaseValueAttribute<T> : BaseAttribute
Type Parameters
T
Type of the value.
- Inheritance
-
BaseValueAttribute<T>
- Derived
Constructors
- BaseValueAttribute(T)
Initializes a new instance of the BaseValueAttribute<T> class.
Properties
- Value
Gets or sets value.