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
Datei anzeigen Open project: pgenfer/mixinSharp

Public Methods

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

Method Details

ConstructorArgument() public method

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