Interface IEnumTypeShape
- Namespace
- PolyType.Abstractions
- Assembly
- PolyType.dll
Provides a strongly typed shape model for a .NET enum.
public interface IEnumTypeShape : ITypeShape
- Inherited Members
Properties
UnderlyingType
The shape of the underlying type used to represent the enum.
ITypeShape UnderlyingType { get; }