Interface IDotNetStructure
Model definition for a structure in .net.
Inherited Members
Namespace: CodeFactory.DotNet
Assembly: CodeFactory.DotNet.dll
Syntax
public interface IDotNetStructure : IDotNetNestedContainers, IDotNetContainer, IDotNetModel, IModelStatus, ISourceFiles, IDotNetAttributes, IDocumentation, IDotNetGeneric, IParent, ILookup
Properties
| Improve this Doc View SourceConstructors
List of the constructors for this structure.
Declaration
IReadOnlyList<IDotNetMethod> Constructors { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<IDotNetMethod> |
Fields
List of the fields for this structure.
Declaration
IReadOnlyList<IDotNetField> Fields { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<IDotNetField> |