C# Класс EFLinqAnalyzer.CanonicalMethodNames.MethodInfo

Показать файл Открыть проект

Открытые методы

Метод Описание
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