MixinRefactoring.CreateMixinFromInterfaceCommand.CreateMixinFromInterfaceCommand C# (CSharp) Méthode

CreateMixinFromInterfaceCommand() public méthode

public CreateMixinFromInterfaceCommand ( SimpleBaseTypeSyntax baseType, Microsoft.CodeAnalysis.SemanticModel semantic ) : Microsoft.CodeAnalysis
baseType SimpleBaseTypeSyntax
semantic Microsoft.CodeAnalysis.SemanticModel
Résultat Microsoft.CodeAnalysis
        public CreateMixinFromInterfaceCommand(
            SimpleBaseTypeSyntax baseType,
            SemanticModel semantic):
            this(new MixinReferenceFactory(semantic).Create(baseType))
        {
        }

Same methods

CreateMixinFromInterfaceCommand::CreateMixinFromInterfaceCommand ( MixinReference mixin ) : Microsoft.CodeAnalysis