C# 클래스 Invert.uFrame.ECS.CollectionItemRemovedNode

상속: CollectionItemRemovedNodeBase
파일 보기 프로젝트 열기: InvertGames/uFrame.ECS.Editor 1 사용 예제들

공개 메소드들

메소드 설명
WriteEventSubscription ( TemplateContext ctx, CodeMemberMethod filterMethod, CodeMemberMethod handlerMethod ) : void
WriteHandler ( TemplateContext ctx ) : CodeMemberMethod

보호된 메소드들

메소드 설명
WriteHandlerSetup ( TemplateContext ctx, string name, CodeMemberMethod handlerMethod ) : void

메소드 상세

WriteEventSubscription() 공개 메소드

public WriteEventSubscription ( TemplateContext ctx, CodeMemberMethod filterMethod, CodeMemberMethod handlerMethod ) : void
ctx TemplateContext
filterMethod System.CodeDom.CodeMemberMethod
handlerMethod System.CodeDom.CodeMemberMethod
리턴 void

WriteHandler() 공개 메소드

public WriteHandler ( TemplateContext ctx ) : CodeMemberMethod
ctx TemplateContext
리턴 System.CodeDom.CodeMemberMethod

WriteHandlerSetup() 보호된 메소드

protected WriteHandlerSetup ( TemplateContext ctx, string name, CodeMemberMethod handlerMethod ) : void
ctx TemplateContext
name string
handlerMethod System.CodeDom.CodeMemberMethod
리턴 void