C# 클래스 Mono.Addins.Description.DependencyCollection

A collection of dependency definitions.
상속: ObjectDescriptionCollection
파일 보기 프로젝트 열기: slluis/mono-addins 1 사용 예제들

공개 메소드들

메소드 설명
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