C# Class Xml.Net.Tests.ICollectionObject

Datei anzeigen Open project: hughbe/xml.net Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ICollectionObject ( ) : System
ICollectionObject ( IList il, IDictionary id ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ICollectionObject() public method

public ICollectionObject ( ) : System
return System

ICollectionObject() public method

public ICollectionObject ( IList il, IDictionary id ) : System
il IList
id IDictionary
return System