IPropertySymbol.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.
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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.