Interface ITypeShapeProvider
- Namespace
- PolyType
- Assembly
- PolyType.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
TypeThe 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.