Interface IOptionalTypeShape
- Namespace
- PolyType.Abstractions
- Assembly
- PolyType.dll
Provides a strongly typed shape model for optional types.
public interface IOptionalTypeShape : ITypeShape
- Inherited Members
Remarks
Examples of optional types include Nullable<T> or the F# option types.
Properties
ElementType
Gets the shape of underlying value type.
ITypeShape ElementType { get; }