[]
Represents the base type of an ExpressionInfo property that is useful for other type converters to know the underlying type of the expression.
[AttributeUsage(AttributeTargets.Property)]
public sealed class ExpressionBaseTypeAttribute : Attribute
| Name | Description |
|---|---|
| ExpressionBaseTypeAttribute(Type) | Initializes a new instance of the ExpressionBaseTypeAttribute class. |
| Name | Description |
|---|---|
| BaseType | Gets a base type of the underlying property. |