Table of Contents

Interface IEnumTypeShape

Namespace
TypeShape.Abstractions
Assembly
TypeShape.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; }

Property Value

ITypeShape