AttributeData.CommonNamedArguments Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
protected public:
abstract property System::Collections::Immutable::ImmutableArray<System::Collections::Generic::KeyValuePair<System::String ^, Microsoft::CodeAnalysis::TypedConstant>> CommonNamedArguments { System::Collections::Immutable::ImmutableArray<System::Collections::Generic::KeyValuePair<System::String ^, Microsoft::CodeAnalysis::TypedConstant>> get(); };
protected internal abstract System.Collections.Immutable.ImmutableArray<System.Collections.Generic.KeyValuePair<string,Microsoft.CodeAnalysis.TypedConstant>> CommonNamedArguments { get; }
member this.CommonNamedArguments : System.Collections.Immutable.ImmutableArray<System.Collections.Generic.KeyValuePair<string, Microsoft.CodeAnalysis.TypedConstant>>
Protected Friend MustOverride ReadOnly Property CommonNamedArguments As ImmutableArray(Of KeyValuePair(Of String, TypedConstant))
Valore della proprietà
Si applica a
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.