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

Show file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
Foo ( string stringValue )
GetHashCode ( ) : int
ToString ( ) : string

Method Details

Equals() public method

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

Foo() public method

public Foo ( string stringValue )
stringValue string

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string