C# Class Xml.Net.Tests.CollectionObject

Mostrar archivo Open project: hughbe/xml.net Class Usage Examples

Public Methods

Method Description
CollectionObject ( ) : System
CollectionObject ( Collection c, List l, string>.Dictionary d ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

Method Details

CollectionObject() public method

public CollectionObject ( ) : System
return System

CollectionObject() public method

public CollectionObject ( Collection c, List l, string>.Dictionary d ) : System
c Collection
l List
d string>.Dictionary
return System

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int