Castle.Components.DictionaryAdapter.IDynamicValue<T>
Contract for typed dynamic value resolution.
namespace Castle.Components.DictionaryAdapter
{
public interface IDynamicValue<T> : IDynamicValue
{
T Value { get; }
}
}