C# Class System.Collections.Tests.ComparerTests.Foo

Inheritance: IComparable
Show file Open project: dotnet/corefx

Public Properties

Property Type Description
IntValue int

Public Methods

Method Description
CompareTo ( object o ) : int
Foo ( int intValue ) : System.Collections.Generic

Method Details

CompareTo() public method

public CompareTo ( object o ) : int
o object
return int

Foo() public method

public Foo ( int intValue ) : System.Collections.Generic
intValue int
return System.Collections.Generic

Property Details

IntValue public property

public int IntValue
return int