C# Class System.Xml.Serialization.XmlAnyElementAttributes

Inheritance: IList
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Add ( XmlAnyElementAttribute attribute ) : int
Contains ( XmlAnyElementAttribute attribute ) : bool
CopyTo ( XmlAnyElementAttribute array, int index ) : void
IndexOf ( XmlAnyElementAttribute attribute ) : int
Insert ( int index, XmlAnyElementAttribute attribute ) : void
Remove ( XmlAnyElementAttribute attribute ) : void
this ( int index ) : XmlAnyElementAttribute

Method Details

Add() public method

public Add ( XmlAnyElementAttribute attribute ) : int
attribute XmlAnyElementAttribute
return int

Contains() public method

public Contains ( XmlAnyElementAttribute attribute ) : bool
attribute XmlAnyElementAttribute
return bool

CopyTo() public method

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

IndexOf() public method

public IndexOf ( XmlAnyElementAttribute attribute ) : int
attribute XmlAnyElementAttribute
return int

Insert() public method

public Insert ( int index, XmlAnyElementAttribute attribute ) : void
index int
attribute XmlAnyElementAttribute
return void

Remove() public method

public Remove ( XmlAnyElementAttribute attribute ) : void
attribute XmlAnyElementAttribute
return void

this() public method

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