/// This method is parameter checked. <see cref = "IndexOf(int,int)" /> and <see cref = "IndexOfDiagonal(int)" /> to get values without parameter checking.
/// This method is parameter checked. <see cref = "Of" /> and <see cref = "OfDiagonal" /> to get values without parameter checking.
/// </remarks>
publicoverrideintthis[introw,intcolumn]
{
@ -50,7 +50,7 @@
thrownewArgumentException("Row must be less than or equal to column");
/// This method is parameter checked. <see cref = "IStorageIndexer.IndexOf(int,int)" /> and <see cref = "IStorageIndexer.IndexOfDiagonal(int)" /> to get values without parameter checking.
/// This method is parameter checked. <see cref = "IStorageIndexer.Of" /> and <see cref = "IStorageIndexer.OfDiagonal" /> to get values without parameter checking.
/// </remarks>
publicabstractintthis[introw,intcolumn]
{
@ -42,7 +42,7 @@
/// </param><returns>
/// The requested index.
/// </returns>
publicabstractintIndexOf(introw,intcolumn);
publicabstractintOf(introw,intcolumn);
/// <summary>
/// Retrieves the index of the requested diagonal element without parameter checking.