Table of Contents

Enum TypeShapeRequirements

Namespace
PolyType
Assembly
PolyType.dll

Describes the requirements for preparing an associated type.

[Flags]
public enum TypeShapeRequirements

Fields

Constructor = 1

A constructor, its parameters and their types should be included in the shape, if one is declared.

Full = Constructor | Properties

The shape should be fully generated.

None = 0

No shape is required.

Properties = 2

Properties and their types should be included in the shape, if any are declared.