MetalamaAPI documentationAspect APIMetalama.​Framework.​Code.​Declaration­BuildersIProperty­Or­Indexer­Builder
Open sandboxFocus

IPropertyOrIndexerBuilder Interface

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, IHasTypeBuilder, IHasType

Properties

Name Description
GetMethod

Gets the IMethodBuilder for the getter.

SetMethod

Gets the IMethodBuilder for the setter.