Interface ITypedValue
- Namespace
- Steeltoe.Common.Expression.Internal
- Assembly
- Steeltoe.Common.Abstractions.dll
public interface ITypedValue
Properties
TypeDescriptor
Type TypeDescriptor { get; }
Property Value
Value
object Value { get; }
public interface ITypedValue
Type TypeDescriptor { get; }
object Value { get; }