5
'string const' vs. 'string hanya baca statis' di C #
Di C #, apa perbedaannya static readonly string MyStr; dan const string MyStr; ?
120
c#