C# 클래스 MonoDevelop.Refactoring.ExtensionMethods

파일 보기 프로젝트 열기: LogosBible/monodevelop

공개 프로퍼티들

프로퍼티 타입 설명
ResolveCounter TimerCounter

공개 메소드들

메소드 설명
GetSharedResolver ( this document ) : TaskWrapper

Returns a full C# syntax tree resolver which is shared between semantic highlighting, source analysis and refactoring. For code analysis tasks this should be used instead of generating an own resolver. Only exception is if a local resolving is done using a resolve navigator. Note: The shared resolver is fully resolved.

메소드 상세

GetSharedResolver() 공개 정적인 메소드

Returns a full C# syntax tree resolver which is shared between semantic highlighting, source analysis and refactoring. For code analysis tasks this should be used instead of generating an own resolver. Only exception is if a local resolving is done using a resolve navigator. Note: The shared resolver is fully resolved.
public static GetSharedResolver ( this document ) : TaskWrapper
document this
리턴 TaskWrapper

프로퍼티 상세

ResolveCounter 공개적으로 정적으로 프로퍼티

public static TimerCounter ResolveCounter
리턴 TimerCounter