C# Class VisualMutator.Extensibility.TypeIdentifier

Afficher le fichier Open project: visualmutator/visualmutator Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
FindIn ( IEnumerable modules ) : INamedTypeDefinition
GetHashCode ( ) : int
ToString ( ) : string
TypeIdentifier ( INamedTypeDefinition type ) : System

Méthodes protégées

Méthode Description
Equals ( TypeIdentifier other ) : bool

Method Details

Equals() protected méthode

protected Equals ( TypeIdentifier other ) : bool
other TypeIdentifier
Résultat bool

Equals() public méthode

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

FindIn() public méthode

public FindIn ( IEnumerable modules ) : INamedTypeDefinition
modules IEnumerable
Résultat INamedTypeDefinition

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

TypeIdentifier() public méthode

public TypeIdentifier ( INamedTypeDefinition type ) : System
type INamedTypeDefinition
Résultat System