MixinRefactoring.CreateMixinFromInterfaceCommand.CreateMixinFromInterfaceCommand C# (CSharp) Method

CreateMixinFromInterfaceCommand() public method

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

Same methods

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