Foreach(String, Int32) Constructor

Definition

Initializes a new instance of the Foreach class.

public Foreach (string sourceFilePath = "", int sourceLineNumber = 0);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.Foreach : string * int -> Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.Foreach
Public Sub New (Optional sourceFilePath As String = "", Optional sourceLineNumber As Integer = 0)

Parameters

sourceFilePath
String

Optional, full path of the source file that contains the caller.

sourceLineNumber
Int32

optional, line number in the source file at which the method is called.

Applies to