IMethodSymbol.Parameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)