Class FlowSwitch<T>
Namespace: System.Activities.Statements
Assembly: System.Activities.dll
Syntax
public sealed class FlowSwitch<T> : FlowNode, IFlowSwitch
Type Parameters
T
|
Constructors
FlowSwitch()
Declaration
public FlowSwitch()
Properties
Cases
Declaration
public IDictionary<T, FlowNode> Cases { get; }
Property Value
System.Collections.Generic.IDictionary<T, FlowNode>
|
Default
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
System.String
|