C# Класс 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
Показать файл Открыть проект

Открытые методы

Метод Описание
ConstructorArgument ( string name, bool canBeOmitted = false, ExpressionSyntax expression = null, bool isMixinParameter = false ) : System.Collections.Generic

Описание методов

ConstructorArgument() публичный Метод

public ConstructorArgument ( string name, bool canBeOmitted = false, ExpressionSyntax expression = null, bool isMixinParameter = false ) : System.Collections.Generic
name string
canBeOmitted bool
expression ExpressionSyntax
isMixinParameter bool
Результат System.Collections.Generic