Update XML documentation
This commit is contained in:
parent
4999590eac
commit
986d4b157e
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user