NonGenericDictionary
Inheritance: java.lang.Object, com.aspose.ms.System.Collections.Generic.Dictionary
public class NonGenericDictionary<K,V> extends System.Collections.Generic.Dictionary<K,V>
Représente un dictionnaire non générique.
Constructeurs
| Constructeur | Description |
|---|---|
| NonGenericDictionary() |
Méthodes
| Méthode | Description |
|---|---|
| getValuesTyped() | Obtient la collection de valeurs fortement typées. |
| getKeysTyped() | Obtient la collection de clés fortement typées. |
NonGenericDictionary()
public NonGenericDictionary()
getValuesTyped()
public System.Collections.Generic.IGenericCollection<V> getValuesTyped()
Obtient la collection de valeurs fortement typées.
Returns:
com.aspose.ms.System.Collections.Generic.IGenericCollection
getKeysTyped()
public System.Collections.Generic.IGenericCollection<K> getKeysTyped()
Obtient la collection de clés fortement typées.
Returns:
com.aspose.ms.System.Collections.Generic.IGenericCollection