Open sandboxFocus

Property LocalVariableAssignments

LocalVariableAssignments

Gets the list of local variables that the current sequence assigns, and the value to which the local variable is assigned when the current sequence is fully executed.

Declaration
ReadOnlySinglyLinkedList<LocalVariableAssignment> LocalVariableAssignments { get; }
Property Value
Type Description
ReadOnlySinglyLinkedList<LocalVariableAssignment>