C# 클래스 IntelliFind.ReplaceHelpers

파일 보기 프로젝트 열기: FrankBakkerNl/IntelliFind

공개 메소드들

메소드 설명
ReplaceNodesWithLiteralAsync ( Microsoft.CodeAnalysis.Solution solution, IEnumerable nodes, string>.Func computeReplacement, CancellationToken cancellationToken ) : Task
ReplaceNodesWithLiteralAsync ( this solution, IEnumerable nodesAndTokensToReplace, string replaceExpression, CancellationToken cancellationToken ) : Task

메소드 상세

ReplaceNodesWithLiteralAsync() 공개 정적인 메소드

public static ReplaceNodesWithLiteralAsync ( Microsoft.CodeAnalysis.Solution solution, IEnumerable nodes, string>.Func computeReplacement, CancellationToken cancellationToken ) : Task
solution Microsoft.CodeAnalysis.Solution
nodes IEnumerable
computeReplacement string>.Func
cancellationToken System.Threading.CancellationToken
리턴 Task

ReplaceNodesWithLiteralAsync() 공개 정적인 메소드

public static ReplaceNodesWithLiteralAsync ( this solution, IEnumerable nodesAndTokensToReplace, string replaceExpression, CancellationToken cancellationToken ) : Task
solution this
nodesAndTokensToReplace IEnumerable
replaceExpression string
cancellationToken System.Threading.CancellationToken
리턴 Task