Edit

Share via


FileSetStream.Loop Property

Definition

True to indicate that reading should restart at the beginning when the list ends.

public bool Loop { get; set; }
member this.Loop : bool with get, set
Public Property Loop As Boolean

Property Value

Remarks

If this is true, the stream has no end, and reading will always succeed (unless the file list is empty)

Applies to