CompositeTypeModel.Fields Property
- Namespace
- Kampute.DocToolkit.Models
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the fields declared by the type and visible within its scope.
public IReadOnlyList<FieldModel> Fields { get; }Property Value
- IReadOnlyList<FieldModel>
- A read-only collection of FieldModel representing the fields declared by the type. The fields in the collection are ordered by their names.
