C# Класс Mono.Addins.Description.DependencyCollection

A collection of dependency definitions.
Наследование: ObjectDescriptionCollection
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Add ( Mono.Addins.Description.Dependency dep ) : void

Adds a dependency to the collection

DependencyCollection ( ) : System

Initializes a new instance of the Mono.Addins.Description.DependencyCollection class.

Remove ( Mono.Addins.Description.Dependency dep ) : void

Remove the specified dependency.

this ( int n ) : Mono.Addins.Description.Dependency

Gets the Mono.Addins.Description.Dependency at the specified index.

Приватные методы

Метод Описание
DependencyCollection ( object owner ) : System

Описание методов

Add() публичный Метод

Adds a dependency to the collection
public Add ( Mono.Addins.Description.Dependency dep ) : void
dep Mono.Addins.Description.Dependency /// The dependency to add. ///
Результат void

DependencyCollection() публичный Метод

Initializes a new instance of the Mono.Addins.Description.DependencyCollection class.
public DependencyCollection ( ) : System
Результат System

Remove() публичный Метод

Remove the specified dependency.
public Remove ( Mono.Addins.Description.Dependency dep ) : void
dep Mono.Addins.Description.Dependency /// Dependency to remove. ///
Результат void

this() публичный Метод

Gets the Mono.Addins.Description.Dependency at the specified index.
public this ( int n ) : Mono.Addins.Description.Dependency
n int /// The idnex. ///
Результат Mono.Addins.Description.Dependency