StringTokenizer.HasMoreElements Property

Definition

Returns the same value as the <code>hasMoreTokens</code> method.

public virtual bool HasMoreElements { [Android.Runtime.Register("hasMoreElements", "()Z", "GetHasMoreElementsHandler")] get; }
[<get: Android.Runtime.Register("hasMoreElements", "()Z", "GetHasMoreElementsHandler")>]
member this.HasMoreElements : bool

Property Value

Boolean

<code>true</code> if there are more tokens; <code>false</code> otherwise.

Implements

Attributes

Remarks

Java documentation for java.util.StringTokenizer.hasMoreElements().

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