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