diff --git a/Perspex.Base/PriorityBindingEntry.cs b/Perspex.Base/PriorityBindingEntry.cs
index 8b6aca589a..6a62dbed1b 100644
--- a/Perspex.Base/PriorityBindingEntry.cs
+++ b/Perspex.Base/PriorityBindingEntry.cs
@@ -18,11 +18,20 @@ namespace Perspex
///
private IDisposable subscription;
+ ///
+ /// Initializes a new instance of the class.
+ ///
+ ///
+ /// The binding index. Later bindings should have higher indexes.
+ ///
public PriorityBindingEntry(int index)
{
this.Index = index;
}
+ ///
+ /// Gets the observable associated with the entry.
+ ///
public IObservable