Skip to content

Commit

Permalink
Update XML Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 committed Jul 2, 2021
1 parent cca393f commit c076d8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions csharp/Platform.IO/TemporaryFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ public class TemporaryFile : DisposableBase
/// <para>A <see cref="TemporaryFile"/> instance.</para>
/// <para>Экземпляр <see cref="TemporaryFile"/>.</para>
/// </param>
/// <returns>
/// <para>Path to the temporary file.</para>
/// <para>Путь к временному файлу.</para>
/// </returns>
public static implicit operator string(TemporaryFile file) => file.Filename;

/// <summary>
Expand Down

0 comments on commit c076d8b

Please sign in to comment.