C# Class Zetbox.App.Extensions.BaseCustomActionsManager.MethodKey

Mostra file Open project: daszat/zetbox

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
MethodKey ( string @namespace, string typeName, string methodName, Type paramTypes ) : System
ToString ( ) : string

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

MethodKey() public method

public MethodKey ( string @namespace, string typeName, string methodName, Type paramTypes ) : System
@namespace string
typeName string
methodName string
paramTypes System.Type
return System

ToString() public method

public ToString ( ) : string
return string