fixed-statement

    9Hitze

    4Antwort

    Wie ich verstanden, nach MSDN C# feste Aussage wie funktionieren sollte: fixed (char* p = str) ... // equivalent to p = &str[0] so, warum ich `t dies tun? const string str = "1234"; fixed (char