C# Class Co4324ctor_dictionary, shared-source-cli-2.0

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

Public Methods

Method Description
Co4324ctor_dictionary ( ) : System.IO
Co4324ctor_dictionary ( String tstr ) : System.IO
CompareTo ( Object p_obj2 ) : int
Equals ( Object obj ) : bool
GetHashCode ( ) : int
Main ( String args ) : void
ToString ( ) : String
runTest ( ) : bool

Method Details

Co4324ctor_dictionary() public method

public Co4324ctor_dictionary ( ) : System.IO
return System.IO

Co4324ctor_dictionary() public method

public Co4324ctor_dictionary ( String tstr ) : System.IO
tstr String
return System.IO

CompareTo() public method

public CompareTo ( Object p_obj2 ) : int
p_obj2 Object
return int

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Main() public static method

public static Main ( String args ) : void
args String
return void

ToString() public method

public ToString ( ) : String
return String

runTest() public method

public runTest ( ) : bool
return bool