Interface IShapeable<T>
- Namespace
- PolyType
- Assembly
- PolyType.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 PolyType instance corresponding to T
.
public static abstract ITypeShape<T> GetShape()
Returns
- ITypeShape<T>
The shape for
T
.