C# Class System.Html.PluginArray

Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
GetEnumerator IEnumerator
PluginArray System.Collections.Generic
this Plugin
this Plugin

Public Methods

Method Description
Item ( int index ) : Plugin
NamedItem ( string name ) : Plugin
Refresh ( ) : void
Refresh ( bool reloadDocuments ) : void

Private Methods

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

Method Details

Item() public method

public Item ( int index ) : Plugin
index int
return Plugin

NamedItem() public method

public NamedItem ( string name ) : Plugin
name string
return Plugin

Refresh() public method

public Refresh ( ) : void
return void

Refresh() public method

public Refresh ( bool reloadDocuments ) : void
reloadDocuments bool
return void