Microsoft.Scripting.Actions.ReflectedPropertyTracker.GetSetMethod C# (CSharp) 메소드

GetSetMethod() 공개 메소드

public GetSetMethod ( ) : MethodInfo
리턴 System.Reflection.MethodInfo
        public override MethodInfo GetSetMethod() {
            return _propInfo.GetSetMethod();
        }

Same methods

ReflectedPropertyTracker::GetSetMethod ( bool privateMembers ) : MethodInfo