C# Class EFLinqAnalyzer.CanonicalMethodNames.MethodInfo

Afficher le fichier Open project: jumpinjackie/roslyn-ef-linq-analyzer

Méthodes publiques

Méthode Description
AddSignature ( MethodSignature sig ) : MethodInfo

Adds the given signature to this instance. If this was a stub, it is no longer a stub

AddSignatures ( IEnumerable sigs ) : MethodInfo

Adds the given signatures to this instance. If this was a stub, it is no longer a stub

Private Methods

Méthode Description
MethodInfo ( string name, IEnumerable sigs ) : System
Stub ( string name ) : MethodInfo

Creates a name-only method definition stub

WithSignatures ( string name, IEnumerable sigs ) : MethodInfo

Creates a method with signatures

Method Details

AddSignature() public méthode

Adds the given signature to this instance. If this was a stub, it is no longer a stub
public AddSignature ( MethodSignature sig ) : MethodInfo
sig MethodSignature
Résultat MethodInfo

AddSignatures() public méthode

Adds the given signatures to this instance. If this was a stub, it is no longer a stub
public AddSignatures ( IEnumerable sigs ) : MethodInfo
sigs IEnumerable
Résultat MethodInfo