Update XML documentation

This commit is contained in:
Alexander Luzgarev 2019-03-04 22:18:52 +01:00
parent 4999590eac
commit 986d4b157e

View File

@ -56,7 +56,7 @@ namespace MatFileHandler
/// Gets values of datetime object at given position in the array converted to <see cref="DateTimeOffset"/>. /// Gets values of datetime object at given position in the array converted to <see cref="DateTimeOffset"/>.
/// </summary> /// </summary>
/// <param name="list">Indices.</param> /// <param name="list">Indices.</param>
/// <returns>Value converted to <see cref="DateTimeOffset"/>.</returns> /// <returns>Value converted to <see cref="DateTimeOffset"/>; null if the resulting value is unrepresentable.</returns>
public DateTimeOffset? this[params int[] list] public DateTimeOffset? this[params int[] list]
{ {
get get