Base interface for IFieldBuilder, IPropertyBuilder and IIndexerBuilder.
Namespace: Metalama.Framework.Code.DeclarationBuilders
Assembly: Metalama.Framework.dll
Syntax
public interface IFieldOrPropertyOrIndexerBuilder : IFieldOrPropertyOrIndexer, IHasAccessors, IMemberBuilder, IMember, IMemberOrNamedTypeBuilder, IMemberOrNamedType, INamedDeclaration, IDeclarationBuilder, IDeclaration, IDisplayable, IDiagnosticLocation, ICompilationElement, IMeasurable, IEquatable<IDeclaration>, IHasTypeBuilder, IHasType
Properties
Name | Description |
---|---|
Writeability | Gets or sets writeability of the field, property or indexer, i.e. the situations in which it can be written. |