Skip to content

Commit

Permalink
added doc comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
craiggwilson committed Oct 31, 2013
1 parent 2290031 commit 0647d62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MongoDB.Bson/ObjectModel/RawBsonArray.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ public override int Count
}
}

/// <summary>
/// Gets whether the array is read-only.
/// </summary>
public override bool IsReadOnly
{
get { return true; }
Expand Down

0 comments on commit 0647d62

Please sign in to comment.