C# 클래스 ngenstrings.MethodSignature

파일 보기 프로젝트 열기: conceptdev/ngenstrings

공개 메소드들

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