P
P
ProblemBook.NET
Search…
P
P
ProblemBook.NET
ProblemBook.NET
LANGS
Задачник.NET
ProblemBook.NET
Oop
Strings
“CorruptedNumber” (Problem)
“PlusString” (Solution)
“TextElementEnumerator” (Problem)
“PlusString” (Problem)
“StableSorting” (Solution)
“StableSorting” (Problem)
“CaseInComparison” (Solution)
“CaseInComparison” (Problem)
“NoStringInterning” (Solution)
“Secure” (Solution)
“CorruptedString” (Solution)
“CompareToVsEquals” (Solution)
“CurrentCulture” (Solution)
“NoStringInterning” (Problem)
“Secure” (Problem)
“CorruptedString” (Problem)
“CompareToVsEquals” (Problem)
“StringPlusNull” (Solution)
“CurrentCulture” (Problem)
“ExplicitlyInternment” (Solution)
“PlusChar” (Solution)
“InternmentAndMetadata” (Solution)
“CorruptedNumber” (Solution)
“StringPlusNull” (Problem)
“ExplicitlyInternment” (Problem)
“PlusChar” (Problem)
“InternmentAndMetadata” (Problem)
“TextElementEnumerator” (Solution)
Linq
Multithreading
ValueTypes
Math
Summary
Introduction
Attribution-NonCommercial-NoDerivatives 4.0 International
Powered By GitBook
“NoStringInterning” (Problem)
Look to the following code:
1
[assembly: CompilationRelaxationsAttribute
2
(CompilationRelaxations.NoStringInterning)]
Copied!
Does it means, that the literal string in this assembly now will be interned?
​Solution​
Previous
“CurrentCulture” (Solution)
Next
“Secure” (Problem)
Last modified 3yr ago
Copy link