C# 클래스 StarkPlatform.Compiler.CodeRefactorings.CodeRefactoringProvider

Inherit this type to provide source code refactorings. Remember to use ExportCodeRefactoringProviderAttribute so the host environment can offer your refactorings in a UI.
파일 보기 프로젝트 열기: stark-lang/stark 1 사용 예제들

공개 메소드들

메소드 설명
ComputeRefactoringsAsync ( StarkPlatform.Compiler.CodeRefactorings.CodeRefactoringContext context ) : Task

Computes one or more refactorings for the specified CodeRefactoringContext.

메소드 상세

ComputeRefactoringsAsync() 공개 추상적인 메소드

Computes one or more refactorings for the specified CodeRefactoringContext.
public abstract ComputeRefactoringsAsync ( StarkPlatform.Compiler.CodeRefactorings.CodeRefactoringContext context ) : Task
context StarkPlatform.Compiler.CodeRefactorings.CodeRefactoringContext
리턴 Task