C# Class MixinRefactoring.InjectConstructorImplementationStrategy.ConstructorArgument

this is just a little helper class used to organize the mapping information between a constructor parameter and its corresponding argument in the initializers list
Afficher le fichier Open project: pgenfer/mixinSharp

Méthodes publiques

Méthode Description
ConstructorArgument ( string name, bool canBeOmitted = false, ExpressionSyntax expression = null, bool isMixinParameter = false ) : System.Collections.Generic

Method Details

ConstructorArgument() public méthode

public ConstructorArgument ( string name, bool canBeOmitted = false, ExpressionSyntax expression = null, bool isMixinParameter = false ) : System.Collections.Generic
name string
canBeOmitted bool
expression ExpressionSyntax
isMixinParameter bool
Résultat System.Collections.Generic