MixinRefactoring.ClassWithTypeSymbol.AsInterface C# (CSharp) Method

AsInterface() public method

public AsInterface ( ) : Interface
return Interface
        public virtual Interface AsInterface() => new Interface(TypeSymbol);