C# Class LongoMatch.Core.Store.ActionLink

Show file Open project: GNOME/longomatch Class Usage Examples

Public Methods

Method Description
ActionLink ( ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
operator ( ) : bool

Method Details

ActionLink() public method

public ActionLink ( ) : System
return System

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool