ReadOnlyLinkedElementCollection<T>.ForEach(Action<T>) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
对集合中的所有元素运行指定的操作。
public:
void ForEach(Action<T> ^ action);
public void ForEach (Action<T> action);
member this.ForEach : Action<'T (requires 'T :> Microsoft.VisualStudio.Modeling.ModelElement)> -> unit
Public Sub ForEach (action As Action(Of T))
参数
- action
- Action<T>
采取.