Table of Contents

Interface ITypeShapeProvider

Namespace
TypeShape
Assembly
TypeShape.dll

Defines a provider for ITypeShape implementations.

public interface ITypeShapeProvider
Extension Methods

Methods

GetShape(Type)

Gets a ITypeShape instance corresponding to the supplied type.

ITypeShape? GetShape(Type type)

Parameters

type Type

The type for which a shape is requested.

Returns

ITypeShape

A ITypeShape instance corresponding to the current type, or null if a shape is not available.