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

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

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

Метод Описание
ExtensionNodeTypeCollection ( ) : System

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

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

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

this ( string id ) : Mono.Addins.Description.ExtensionNodeType

Gets the Mono.Addins.Description.ExtensionNodeType with the specified id.

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

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

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

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

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

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

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

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

Gets the Mono.Addins.Description.ExtensionNodeType with the specified id.
public this ( string id ) : Mono.Addins.Description.ExtensionNodeType
id string /// Identifier. ///
Результат Mono.Addins.Description.ExtensionNodeType