Sequence.HasExpressions Property

Definition

Gets a value that indicates whether the specified Sequence 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 sequence has expressions; otherwise, false.

Implements

Applies to