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

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

public DebuggerTypeProxyAttribute ( Type type ) : System
type System.Type
Результат System
		public DebuggerTypeProxyAttribute (Type type) {
			proxy_type_name = type.Name;
		}

Same methods

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