ForIn Class

Definition

Represents the JScript for...in statement. This class belongs to the abstract syntax tree category.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class ForIn sealed : Microsoft::JScript::AST
public sealed class ForIn : Microsoft.JScript.AST
type ForIn = class
    inherit AST
Public NotInheritable Class ForIn
Inherits AST
Inheritance
ForIn

Remarks

When the for...in statement acts on a JSObject, it iterates through the properties of the object.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
JScriptGetEnumerator(Object)

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns an enumerator that iterates through the specified collection.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also