ForEachEnumeratorHost.HasExpressions Property

Definition

Gets a value that indicates whether the ForEachEnumeratorHost object has expressions.

public:
 property bool HasExpressions { bool get(); };
public bool HasExpressions { get; }
member this.HasExpressions : bool
Public ReadOnly Property HasExpressions As Boolean

Property Value

True if the ForEachEnumeratorHost object has expressions; otherwise, false.

Implements

Applies to