Interface INullableTypeShape
- Namespace
- PolyType.Abstractions
- Assembly
- PolyType.dll
Provides a strongly typed shape model for a .NET Nullable<T> type.
public interface INullableTypeShape : ITypeShape
- Inherited Members
Properties
ElementType
The shape of the element type of the nullable.
ITypeShape ElementType { get; }