EnumerationOptions.Rewindable Property

Definition

Gets or sets a value indicating whether the collection is assumed to be rewindable. If true, the objects in the collection will be kept available for multiple enumerations. If false, the collection can only be enumerated one time.

public:
 property bool Rewindable { bool get(); void set(bool value); };
public bool Rewindable { get; set; }
member this.Rewindable : bool with get, set
Public Property Rewindable As Boolean

Property Value

true if the collection is assumed to be rewindable; otherwise, false.

Remarks

Property Value

true if the collection is assumed to be rewindable; otherwise, false. The default value is true.

.NET Framework Security

Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.

Applies to