コード例 #1
0
ファイル: DocumentQuery.cs プロジェクト: Danielle9897/ravendb
 /// <summary>
 /// Initializes a new instance of the <see cref="DocumentQuery{T}"/> class.
 /// </summary>
 public DocumentQuery(DocumentQuery <T> other)
     : base(other)
 {
 }