Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cs0419.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 95a3b22806bf5619f96b335e18e999bb3922a143 (plain)
1
2
3
4
5
6
7
8
9
// cs0419.cs: Ambiguous reference in cref attribute `System.String.Replace'. Assuming `string.Replace(char, char)' but other overloads including `string.Replace(string, string)' have also matched
// Line: 1
// Compiler options: -doc:dummy.xml -warn:3 -warnaserror
/// <summary>
/// Exposes <see cref="System.String.Replace"/> to XSLT
/// </summary>
public class Test {
}