C# Class System.Xml.Serialization.Configuration.SchemaImporterExtensionElementCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Show file Open project: gbarnett/shared-source-cli-2.0

Public Methods

Method Description
Add ( SchemaImporterExtensionElement element ) : void
Clear ( ) : void
IndexOf ( SchemaImporterExtensionElement element ) : int
Remove ( SchemaImporterExtensionElement element ) : void
Remove ( string name ) : void
RemoveAt ( int index ) : void
SchemaImporterExtensionElementCollection ( ) : System
this ( int index ) : SchemaImporterExtensionElement
this ( string name ) : SchemaImporterExtensionElement

Protected Methods

Method Description
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : Object

Method Details

Add() public method

public Add ( SchemaImporterExtensionElement element ) : void
element SchemaImporterExtensionElement
return void

Clear() public method

public Clear ( ) : void
return void

CreateNewElement() protected method

protected CreateNewElement ( ) : ConfigurationElement
return System.Configuration.ConfigurationElement

GetElementKey() protected method

protected GetElementKey ( ConfigurationElement element ) : Object
element System.Configuration.ConfigurationElement
return Object

IndexOf() public method

public IndexOf ( SchemaImporterExtensionElement element ) : int
element SchemaImporterExtensionElement
return int

Remove() public method

public Remove ( SchemaImporterExtensionElement element ) : void
element SchemaImporterExtensionElement
return void

Remove() public method

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

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void

SchemaImporterExtensionElementCollection() public method

public SchemaImporterExtensionElementCollection ( ) : System
return System

this() public method

public this ( int index ) : SchemaImporterExtensionElement
index int
return SchemaImporterExtensionElement

this() public method

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