Base interface for IPropertyBuilder and IIndexerBuilder.
Namespace: Metalama.Framework.Code.DeclarationBuilders
Assembly: Metalama.Framework.dll
Syntax
public interface IPropertyOrIndexerBuilder : IPropertyOrIndexer, IFieldOrPropertyOrIndexerBuilder, IFieldOrPropertyOrIndexer, IHasAccessors, IMemberBuilder, IMember, IMemberOrNamedTypeBuilder, IMemberOrNamedType, INamedDeclaration, IDeclarationBuilder, IDeclaration, IDisplayable, IDiagnosticLocation, ICompilationElement, IMeasurable, IEquatable<IDeclaration>, IHasTypeBuilder, IHasType
Properties
Name | Description |
---|---|
GetMethod | Gets the IMethodBuilder for the getter. |
SetMethod | Gets the IMethodBuilder for the setter. |