System.Diagnostics.DebuggerTypeProxyAttribute.DebuggerTypeProxyAttribute.DebuggerTypeProxyAttribute C# (CSharp) Méthode

DebuggerTypeProxyAttribute() public méthode

public DebuggerTypeProxyAttribute ( string typeName ) : System
typeName string
Résultat System
		public DebuggerTypeProxyAttribute (string typeName) {
			proxy_type_name = typeName;
		}

Same methods

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