C# Класс ngenstrings.MethodSignature

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

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

Метод Описание
MethodSignature ( string fullName, List parameters ) : System

Configure the method signature

Parse ( Mono instructions, int positionOfMethod ) : LocalizedString

Parse the "string" value of the parameter

ToString ( ) : string

Console output (informational/debugging) display of method signature

Описание методов

MethodSignature() публичный Метод

Configure the method signature
public MethodSignature ( string fullName, List parameters ) : System
fullName string
parameters List
Результат System

Parse() публичный Метод

Parse the "string" value of the parameter
public Parse ( Mono instructions, int positionOfMethod ) : LocalizedString
instructions Mono
positionOfMethod int
Результат LocalizedString

ToString() публичный Метод

Console output (informational/debugging) display of method signature
public ToString ( ) : string
Результат string