C# Class EFLinqAnalyzer.CanonicalMethodNames.MethodInfo

Mostra file Open project: jumpinjackie/roslyn-ef-linq-analyzer

Public Methods

Method 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

Method 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 method

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
return MethodInfo

AddSignatures() public method

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
return MethodInfo