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

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

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

Same methods

DebuggerTypeProxyAttribute::DebuggerTypeProxyAttribute ( Type type ) : System
DebuggerTypeProxyAttribute