StreamTokenizer.PushBack Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Causes the next call to the nextToken
method of this
tokenizer to return the current value in the ttype
field, and not to modify the value in the nval
or
sval
field.
[Android.Runtime.Register("pushBack", "()V", "GetPushBackHandler")]
public virtual void PushBack ();
[<Android.Runtime.Register("pushBack", "()V", "GetPushBackHandler")>]
abstract member PushBack : unit -> unit
override this.PushBack : unit -> unit
- Attributes
Remarks
Causes the next call to the nextToken
method of this tokenizer to return the current value in the ttype
field, and not to modify the value in the nval
or sval
field.
Java documentation for java.io.StreamTokenizer.pushBack()
.
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.