C# 클래스 EFLinqAnalyzer.CanonicalMethodNames.PropertyInfo

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

공개 메소드들

메소드 설명
AddSignature ( PropertySignature sig ) : void

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

AddSignatures ( IEnumerable sigs ) : void

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

PropertyInfo ( string name ) : System

비공개 메소드들

메소드 설명
PropertyInfo ( string name, IEnumerable sigs ) : System

메소드 상세

AddSignature() 공개 메소드

Adds the given signature to this instance. If this was a stub, it is no longer a stub
public AddSignature ( PropertySignature sig ) : void
sig PropertySignature
리턴 void

AddSignatures() 공개 메소드

Adds the given signatures to this instance. If this was a stub, it is no longer a stub
public AddSignatures ( IEnumerable sigs ) : void
sigs IEnumerable
리턴 void

PropertyInfo() 공개 메소드

public PropertyInfo ( string name ) : System
name string
리턴 System