Enum CsContainerType
Definition of the different types of container based members are supported by the C# source code type.
Namespace: CodeFactory.DotNet.CSharp
Assembly: CodeFactory.DotNet.dll
Syntax
public enum CsContainerType
Fields
Name | Description |
---|---|
Class | The container implements a class model. |
Interface | The container implements a interface model. |
Record | The container implements a record model. |
RecordStructure | The container implements a record structure model. |
Structure | The container implements a structure model. |
Unknown | The container is of an unknown type. |