C# 클래스 VVVV.Packs.Messaging.Nodes.ReflectionUtility

파일 보기 프로젝트 열기: velcrome/vvvv-Message

공개 메소드들

메소드 설명
CompileGetter ( this field ) : object>.Func
CompileSetter ( this field ) : object>.Action

메소드 상세

CompileGetter() 공개 정적인 메소드

public static CompileGetter ( this field ) : object>.Func
field this
리턴 object>.Func

CompileSetter() 공개 정적인 메소드

public static CompileSetter ( this field ) : object>.Action
field this
리턴 object>.Action