Table of Contents

Interface INullableTypeShape

Namespace
TypeShape.Abstractions
Assembly
TypeShape.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; }

Property Value

ITypeShape