Microsoft.Scripting.Actions.ReflectedPropertyTracker.GetDeleteMethod C# (CSharp) Method

GetDeleteMethod() public method

public GetDeleteMethod ( ) : MethodInfo
return System.Reflection.MethodInfo
        public override MethodInfo GetDeleteMethod() {
            return GetDeleteMethod(false);
        }

Same methods

ReflectedPropertyTracker::GetDeleteMethod ( bool privateMembers ) : MethodInfo