Skip to content

Commit

Permalink
Add doc comment for NonVirtualizingLayoutContext.
Browse files Browse the repository at this point in the history
  • Loading branch information
grokys committed Jan 10, 2020
1 parent 1559151 commit ef42e93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Avalonia.Layout/NonVirtualizingLayoutContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

namespace Avalonia.Layout
{
/// <summary>
/// Represents the base class for layout context types that do not support virtualization.
/// </summary>
public abstract class NonVirtualizingLayoutContext : LayoutContext
{
}
Expand Down

0 comments on commit ef42e93

Please sign in to comment.