C# Class ngenstrings.MethodSignature

Mostrar archivo Open project: conceptdev/ngenstrings

Public Methods

Method Description
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

Method Details

MethodSignature() public method

Configure the method signature
public MethodSignature ( string fullName, List parameters ) : System
fullName string
parameters List
return System

Parse() public method

Parse the "string" value of the parameter
public Parse ( Mono instructions, int positionOfMethod ) : LocalizedString
instructions Mono
positionOfMethod int
return LocalizedString

ToString() public method

Console output (informational/debugging) display of method signature
public ToString ( ) : string
return string