C# Class System.Configuration.Provider.ProviderCollection

Inheritance: ICollection, IEnumerable
显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Add ( ProviderBase provider ) : void
Clear ( ) : void
CopyTo ( ProviderBase array, int index ) : void
GetEnumerator ( ) : IEnumerator
ProviderCollection ( ) : System.Collections
Remove ( string name ) : void
SetReadOnly ( ) : void
this ( string name ) : ProviderBase

Private Methods

Method Description
ICollection ( Array array, int index ) : void

Method Details

Add() public method

public Add ( ProviderBase provider ) : void
provider ProviderBase
return void

Clear() public method

public Clear ( ) : void
return void

CopyTo() public method

public CopyTo ( ProviderBase array, int index ) : void
array ProviderBase
index int
return void

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

ProviderCollection() public method

public ProviderCollection ( ) : System.Collections
return System.Collections

Remove() public method

public Remove ( string name ) : void
name string
return void

SetReadOnly() public method

public SetReadOnly ( ) : void
return void

this() public method

public this ( string name ) : ProviderBase
name string
return ProviderBase