C# Class MixinRefactoring.Parameter

Afficher le fichier Open project: pgenfer/mixinSharp Class Usage Examples

Méthodes publiques

Méthode Description
IsEqual ( Parameter other ) : bool
Parameter ( string name, ITypeSymbol type ) : Microsoft.CodeAnalysis
ToString ( ) : string

Method Details

IsEqual() public méthode

public IsEqual ( Parameter other ) : bool
other Parameter
Résultat bool

Parameter() public méthode

public Parameter ( string name, ITypeSymbol type ) : Microsoft.CodeAnalysis
name string
type ITypeSymbol
Résultat Microsoft.CodeAnalysis

ToString() public méthode

public ToString ( ) : string
Résultat string