C# 클래스 Castle.DynamicProxy.Generators.PropertyToGenerate

파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
PropertyToGenerate ( bool canRead, bool canWrite, Castle.DynamicProxy.Generators.Emitters.PropertyEmitter emitter, MethodInfo getMethod, MethodInfo setMethod ) : System

메소드 상세

PropertyToGenerate() 공개 메소드

public PropertyToGenerate ( bool canRead, bool canWrite, Castle.DynamicProxy.Generators.Emitters.PropertyEmitter emitter, MethodInfo getMethod, MethodInfo setMethod ) : System
canRead bool
canWrite bool
emitter Castle.DynamicProxy.Generators.Emitters.PropertyEmitter
getMethod System.Reflection.MethodInfo
setMethod System.Reflection.MethodInfo
리턴 System