Метод Add

Creates and adds an Action to the collection.

Список перегрузок

  Имя Описание
Открытый метод Add() () () () Creates and adds an Action to the collection.
Открытый метод Add(String) Creates and adds an Action, with the specified identifier, to the end of the collection.
Открытый метод Add(Action) Adds an Action to the end of the collection.
Защищенный метод Add(ModelComponent) Инфраструктура. (Наследуется из NamedComponentCollection.)
Открытый метод Add(String, String) Creates and adds an Action, with the specified name and identifier, to the end of the collection.
Защищенный метод Add(String, IModelComponent) (Наследуется из ModelComponentCollection.)
Защищенный метод Add(ModelComponent, Boolean) Инфраструктура. (Наследуется из ModelComponentCollection.)
Защищенный метод Add(String, IModelComponent, Boolean) (Наследуется из ModelComponentCollection.)

В начало