C# Class ngenstrings.MethodSignature

Afficher le fichier Open project: conceptdev/ngenstrings

Méthodes publiques

Méthode 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 méthode

Configure the method signature
public MethodSignature ( string fullName, List parameters ) : System
fullName string
parameters List
Résultat System

Parse() public méthode

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

ToString() public méthode

Console output (informational/debugging) display of method signature
public ToString ( ) : string
Résultat string