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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.