Table of Contents

Interface INullableTypeShape<T>

Namespace
TypeShape.Abstractions
Assembly
TypeShape.dll

Provides a strongly typed shape model for a .NET Nullable<T> type.

public interface INullableTypeShape<T> : ITypeShape<T?>, INullableTypeShape, ITypeShape where T : struct

Type Parameters

T

The element type of the nullable.

Inherited Members

Properties

ElementType

The shape of the element type of the nullable.

ITypeShape<T> ElementType { get; }

Property Value

ITypeShape<T>