IMethodSymbol.Parameters Property

Definition

Gets the parameters of this method. If this method has no parameters, returns an empty list.

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