diff --git a/csharp/Platform.IO/TemporaryFile.cs b/csharp/Platform.IO/TemporaryFile.cs
index 40c4b48..212cc79 100644
--- a/csharp/Platform.IO/TemporaryFile.cs
+++ b/csharp/Platform.IO/TemporaryFile.cs
@@ -25,6 +25,10 @@ public class TemporaryFile : DisposableBase
/// A instance.
/// Экземпляр .
///
+ ///
+ /// Path to the temporary file.
+ /// Путь к временному файлу.
+ ///
public static implicit operator string(TemporaryFile file) => file.Filename;
///