MixinRefactoring.InterfaceSyntaxReader.InterfaceSyntaxReader C# (CSharp) Method

InterfaceSyntaxReader() public method

public InterfaceSyntaxReader ( InterfaceList interfaces, Microsoft.CodeAnalysis.SemanticModel semantic ) : Microsoft.CodeAnalysis
interfaces InterfaceList
semantic Microsoft.CodeAnalysis.SemanticModel
return Microsoft.CodeAnalysis
        public InterfaceSyntaxReader(InterfaceList interfaces, SemanticModel semantic) : base(semantic)
        {
            _interfaces = interfaces;
        }