Метод | Описание | |
---|---|---|
Add ( |
Adds the specified model.
|
|
Clear ( ) : void |
Clears this instance.
|
|
Contains ( |
Determines whether this collection contains the the specified model.
|
|
DependencyModelCollection ( ) : System |
Initializes a new instance of the DependencyModelCollection class.
|
|
DependencyModelCollection ( |
Initializes a new instance of the DependencyModelCollection class.
|
|
DependencyModelCollection ( |
Initializes a new instance of the DependencyModelCollection class.
|
|
Remove ( |
Removes the specified model.
|
public Add ( |
||
model | The model. | |
Результат | void |
public Contains ( |
||
model | The model. | |
Результат | bool |
public DependencyModelCollection ( ) : System | ||
Результат | System |
public DependencyModelCollection ( |
||
dependencies | The dependencies. | |
Результат | System |
public DependencyModelCollection ( |
||
dependencies | The dependencies. | |
Результат | System |
public Remove ( |
||
model | The model. | |
Результат | void |