TypeModifier Enum

Namespace
Kampute.DocToolkit.Metadata
Assembly
  • Kampute.DocToolkit.dll

Definition

Represents modifiers that can be applied to types.
public enum TypeModifier
Inheritance

Fields

NameValueDescription
Array0The type is an array.
Pointer1The type is a pointer.
ByRef2The type is passed by reference.
Nullable3The type is a nullable value type.