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

Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

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

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

MethodKey() public méthode

public MethodKey ( string @namespace, string typeName, string methodName, Type paramTypes ) : System
@namespace string
typeName string
methodName string
paramTypes System.Type
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string