Interface IObjectTypeShape<T>
- Namespace
- PolyType.Abstractions
- Assembly
- PolyType.dll
Provides a strongly typed shape model for a .NET object.
public interface IObjectTypeShape<T> : ITypeShape<T>, IObjectTypeShape, ITypeShape
Type Parameters
T
The type of .NET object.
- Inherited Members