Interface IBehaviorValue<TValue>
Generic contract for behavior values.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
Namespace: Kephas.Behaviors
Assembly: Kephas.Core.dll
Syntax
public interface IBehaviorValue<out TValue> : IBehaviorValue, IExpando, IDynamicMetaObjectProvider, IIndexable
Type Parameters
Name | Description |
---|---|
TValue | The type of the value. |
Properties
| Improve this Doc View SourceValue
Gets the behavior value.
Declaration
TValue Value { get; }
Property Value
Type | Description |
---|---|
TValue | The behavior value. |