Represents a list of fields.
Namespace: Metalama.Framework.Code.Collections
Assembly: Metalama.Framework.dll
Syntax
public interface IFieldCollection : IMemberCollection<IField>, IMemberOrNamedTypeCollection<IField>, INamedDeclarationCollection<IField>, IReadOnlyCollection<IField>, IEnumerable<IField>, IEnumerableRemarks
The order of items in this list is undetermined and may change between versions.
Properties
| Name | Description |
|---|---|
| this[string] | Gets a field of a given name or throws an exception if there is none. |