IWithFields.Fields Property
- Namespace
- Kampute.DocToolkit.Metadata.Capabilities
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets all the public or protected fields declared by the type.
IReadOnlyList<IField> Fields { get; }Property Value
- IReadOnlyList<IField>
- A read-only list of IField instances representing the fields of the type. For most types, the fields are ordered by name; for enum types, the fields are ordered as declared in source.
