C# Class System.Html.PluginArray

Afficher le fichier Open project: Saltarelle/SaltarelleWeb

Private Properties

Свойство Type Description
GetEnumerator IEnumerator
PluginArray System.Collections.Generic
this Plugin
this Plugin

Méthodes publiques

Méthode Description
Item ( int index ) : Plugin
NamedItem ( string name ) : Plugin
Refresh ( ) : void
Refresh ( bool reloadDocuments ) : void

Private Methods

Méthode Description
GetEnumerator ( ) : IEnumerator
PluginArray ( ) : System.Collections.Generic
this ( int index ) : Plugin
this ( string name ) : Plugin

Method Details

Item() public méthode

public Item ( int index ) : Plugin
index int
Résultat Plugin

NamedItem() public méthode

public NamedItem ( string name ) : Plugin
name string
Résultat Plugin

Refresh() public méthode

public Refresh ( ) : void
Résultat void

Refresh() public méthode

public Refresh ( bool reloadDocuments ) : void
reloadDocuments bool
Résultat void