C# 클래스 EFLinqAnalyzer.CanonicalMethodNames.MethodInfo

파일 보기 프로젝트 열기: jumpinjackie/roslyn-ef-linq-analyzer

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

AddSignature() 공개 메소드

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
리턴 MethodInfo

AddSignatures() 공개 메소드

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
리턴 MethodInfo