Interface ITypeShape<T>
- Namespace
- PolyType.Abstractions
- Assembly
- PolyType.dll
Provides a strongly typed shape model for a given .NET type.
public interface ITypeShape<T> : ITypeShape
Type Parameters
T
The type that the shape describes.
- Inherited Members