Partager via


ResourceNamesCache.GetOrAdd Méthode

Définition

Ajoute un ensemble de noms de ressources au cache à l’aide de la fonction spécifiée, si le nom n’existe pas déjà.

public:
 virtual System::Collections::Generic::IList<System::String ^> ^ GetOrAdd(System::String ^ name, Func<System::String ^, System::Collections::Generic::IList<System::String ^> ^> ^ valueFactory);
public System.Collections.Generic.IList<string>? GetOrAdd (string name, Func<string,System.Collections.Generic.IList<string>?> valueFactory);
abstract member GetOrAdd : string * Func<string, System.Collections.Generic.IList<string>> -> System.Collections.Generic.IList<string>
override this.GetOrAdd : string * Func<string, System.Collections.Generic.IList<string>> -> System.Collections.Generic.IList<string>
Public Function GetOrAdd (name As String, valueFactory As Func(Of String, IList(Of String))) As IList(Of String)

Paramètres

name
String

Nom de la ressource pour laquelle ajouter des noms de chaînes.

valueFactory
Func<String,IList<String>>

Fonction utilisée pour générer les noms de chaînes pour la ressource.

Retours

Liste contenant les noms de chaîne de la ressource.

Implémente

S’applique à