DictionaryEditor.Contains

Méthode DictionaryEditor.Contains

Détermine si le DictionaryEditor contient une valeur spécifique.

public bool Contains(KeyValuePair<string, ICosPdfPrimitive> item)
ParamètreTypeDescription
itemKeyValuePair`2L’objet souhaité.

Valeur de retour

true si l’élément est trouvé dans le DictionaryEditor; sinon, false.

Voir aussi