TypeDeclarationKind Enum
Specifies the kind of TypeDeclaration.
public enum TypeDeclarationKind
Fields
Name | Description |
---|---|
Class | A class. |
Delegate | A delegate. |
Enumeration | An enumeration. |
Interface | An interface. |
Structure | A structure. |