Interface ICsRecordStructure
Model definition for a record structure in C#.
Inherited Members
Namespace: CodeFactory.DotNet.CSharp
Assembly: CodeFactory.DotNet.dll
Syntax
public interface ICsRecordStructure : ICsContainer, ICsModel, ICsAttributes, ICsGeneric, IParent, IDotNetRecordStructure, IDotNetContainer, IDotNetModel, IModelStatus, ISourceFiles, IDotNetAttributes, IDocumentation, IDotNetGeneric, IParent, ILookup
Properties
| Improve this Doc View SourceConstructors
List of the constructors for this record structure.
Declaration
IReadOnlyList<CsMethod> Constructors { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<CsMethod> |
Fields
List of the fields for this record structure.
Declaration
IReadOnlyList<CsField> Fields { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<CsField> |