C# 클래스 JustCode.Refactorings.CreateEventInvocatorHelper

파일 보기 프로젝트 열기: telerik/justcode-extensions 1 사용 예제들

공개 메소드들

메소드 설명
CreateEventInvocator ( FileModel fileModel, IEventDeclaration eventDeclaration ) : IMethodDeclaration

비공개 메소드들

메소드 설명
CreateCSInvocator ( IEventDeclaration eventDeclaration, IModifiers modifiers, IList arguments, IList parameters, IConstructLanguage language ) : IMethodDeclaration
CreateVBInvocator ( IEventDeclaration eventDeclaration, IModifiers modifiers, IList arguments, IList parameters, IConstructLanguage language ) : IMethodDeclaration
GenerateSecondParameterAndArgument ( IEventDeclaration eventDeclaration, IParameter parameter, IConstructLanguage language, FileModel fileModel, IList arguments, IList parameters ) : void

메소드 상세

CreateEventInvocator() 공개 정적인 메소드

public static CreateEventInvocator ( FileModel fileModel, IEventDeclaration eventDeclaration ) : IMethodDeclaration
fileModel FileModel
eventDeclaration IEventDeclaration
리턴 IMethodDeclaration