System.Diagnostics.DebuggerTypeProxyAttribute.DebuggerTypeProxyAttribute.DebuggerTypeProxyAttribute C# (CSharp) Метод

DebuggerTypeProxyAttribute() публичный Метод

public DebuggerTypeProxyAttribute ( string typeName ) : System
typeName string
Результат System
		public DebuggerTypeProxyAttribute (string typeName) {
			proxy_type_name = typeName;
		}

Same methods

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