Enum TypeShapeRequirements
- Namespace
- PolyType
- Assembly
- PolyType.dll
Describes the requirements for preparing an associated type.
[Flags]
public enum TypeShapeRequirements
Fields
Constructor = 1A constructor, its parameters and their types should be included in the shape, if one is declared.
Full = Constructor | PropertiesThe shape should be fully generated.
None = 0No shape is required.
Properties = 2Properties and their types should be included in the shape, if any are declared.