.NET Framework Design Guidelines

int String.IndexOf (String name, int startIndex); Annotation (Brad Abrams): The issue with default arguments and versioning is that once you define a default argument you can never change its value. Consider the following method (in VB as C# does not support default arguments; the … ................
................