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

DebuggerTypeProxyAttribute() public method

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

Same methods

DebuggerTypeProxyAttribute.DebuggerTypeProxyAttribute::DebuggerTypeProxyAttribute ( Type type ) : System
DebuggerTypeProxyAttribute.DebuggerTypeProxyAttribute