WF学习备忘(1)
自定义活动输入参数为集合:
public InArgument<ICollection<T>> Collection { get; set; }
ICollection<T> underlyingCollection = this.Collection.Get<ICollection<T>>(context);
初始化Collection变量 eg: New System.Collections.ObjectModel.Collection(Of Integer) From {1, 2, 3, 4}
浙公网安备 33010602011771号