IPropertySymbol.Parameters Property

Definition

The parameters of this property. If this property has no parameters, returns an empty list. Parameters are only present on indexers, or on some properties imported from a COM interface.

public:
 property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::IParameterSymbol ^> Parameters { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::IParameterSymbol ^> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.IParameterSymbol> Parameters { get; }
member this.Parameters : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.IParameterSymbol>
Public ReadOnly Property Parameters As ImmutableArray(Of IParameterSymbol)

Property Value

Applies to