TypeModifier Enum
- Namespace
- Kampute.DocToolkit.Metadata
- Assembly
- Kampute.DocToolkit.dll
Definition
Represents modifiers that can be applied to types.
public enum TypeModifierFields
| Name | Value | Description |
|---|---|---|
| Array | 0 | The type is an array. |
| Pointer | 1 | The type is a pointer. |
| ByRef | 2 | The type is passed by reference. |
| Nullable | 3 | The type is a nullable value type. |
