System.Diagnostics.DebuggerAttributes.ValidateDebuggerTypeProxyProperties C# (CSharp) Method

ValidateDebuggerTypeProxyProperties() static private method

static private ValidateDebuggerTypeProxyProperties ( object obj ) : void
obj object
return void
        internal static void ValidateDebuggerTypeProxyProperties(object obj)
        {
            ValidateDebuggerTypeProxyProperties(obj.GetType(), obj);
        }

Same methods

DebuggerAttributes::ValidateDebuggerTypeProxyProperties ( Type type, object obj ) : void