System.Diagnostics.DebuggerTypeProxyAttribute.DebuggerTypeProxyAttribute C# (CSharp) Method

DebuggerTypeProxyAttribute() public method

public DebuggerTypeProxyAttribute ( string typeName ) : System
typeName string
return System
        public DebuggerTypeProxyAttribute(string typeName)
        {
            this.typeName = typeName;
        }

Same methods

DebuggerTypeProxyAttribute::DebuggerTypeProxyAttribute ( Type type ) : System
DebuggerTypeProxyAttribute