Table of Contents

Interface IShapeable<T>

Namespace
TypeShape
Assembly
TypeShape.dll

Defines a static abstract factory providing a ITypeShape<T> instance.

public interface IShapeable<T>

Type Parameters

T

The type shape provided by this implementation.

Methods

GetShape()

Gets the TypeShape instance corresponding to T.

public static abstract ITypeShape<T> GetShape()

Returns

ITypeShape<T>

The shape for T.