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

DebuggerTypeProxyAttribute() public method

public DebuggerTypeProxyAttribute ( Type type ) : System
type System.Type
return System
		public DebuggerTypeProxyAttribute (Type type) {
			proxy_type_name = type.Name;
		}

Same methods

DebuggerTypeProxyAttribute.DebuggerTypeProxyAttribute::DebuggerTypeProxyAttribute ( string typeName ) : System
DebuggerTypeProxyAttribute.DebuggerTypeProxyAttribute