Freigeben über


Dictionary.Keys Method

Definition

Returns an enumeration of the keys in this dictionary.

[Android.Runtime.Register("keys", "()Ljava/util/Enumeration;", "GetKeysHandler")]
public abstract Java.Util.IEnumeration? Keys ();
[<Android.Runtime.Register("keys", "()Ljava/util/Enumeration;", "GetKeysHandler")>]
abstract member Keys : unit -> Java.Util.IEnumeration

Returns

an enumeration of the keys in this dictionary.

Attributes

Remarks

Returns an enumeration of the keys in this dictionary. The general contract for the keys method is that an Enumeration object is returned that will generate all the keys for which this dictionary contains entries.

Java documentation for java.util.Dictionary.keys().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also