Tig 1 年之前
父節點
當前提交
6d464a0b04
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Terminal.Gui/View/Orientation/IOrientation.cs

+ 3 - 0
Terminal.Gui/View/Orientation/IOrientation.cs

@@ -5,6 +5,9 @@ using System;
 /// <summary>
 ///     Implement this interface to provide orientation support.
 /// </summary>
+/// <remarks>
+///     See <see cref="OrientationHelper"/> for a helper class that implements this interface.
+/// </remarks>
 public interface IOrientation
 {
     /// <summary>