System.Diagnostics.DebuggerTypeProxyAttribute public sealed class DebuggerTypeProxyAttribute : Attribute Documentation public string ProxyTypeName { get; } public Type Target { get; set; } public string TargetTypeName { get; set; } public DebuggerTypeProxyAttribute(string typeName) public DebuggerTypeProxyAttribute(Type type)