Interface IValueAttribute<T>
Defines an interface for attributes that expose values through the Value property.
Namespace: TheXDS.MCART.Attributes
Assembly: MCART.dll
Syntax
public interface IValueAttribute<out T>
Type Parameters
Name | Description |
---|---|
T | Type of the value exposed by this attribute. |
Properties
| Edit this page View SourceValue
Gets the value of this attribute.
Declaration
T Value { get; }
Property Value
Type | Description |
---|---|
T |