Freigeben über


Add-Methode

Creates and adds a Level to the collection.

Überladungsliste 

  Name Beschreibung
Öffentliche Methode Add() () () () Creates and adds a Level to the end of the collection.
Öffentliche Methode Add(String) Creates and adds a Level with the specified identifier to the end of the collection.
Öffentliche Methode Add(Level) Adds a Level to the end of the collection.
Geschützte Methode Add(ModelComponent) Infrastruktur. (Geerbt von NamedComponentCollection.)
Öffentliche Methode Add(String, String) Creates and adds a Level, with the specified name and identifier, to the end of the collection.
Geschützte Methode Add(String, IModelComponent) (Geerbt von ModelComponentCollection.)
Geschützte Methode Add(ModelComponent, Boolean) Infrastruktur. (Geerbt von ModelComponentCollection.)
Geschützte Methode Add(String, IModelComponent, Boolean) (Geerbt von ModelComponentCollection.)

Zum Anfang