We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e257752 commit 184357aCopy full SHA for 184357a
src/X.PagedList/BasePagedList.cs
@@ -115,8 +115,5 @@ IEnumerator IEnumerable.GetEnumerator()
115
///</summary>
116
///<returns>A non-enumerable copy of this paged list.</returns>
117
[Obsolete("This method will be removed in future versions")]
118
- public PagedListMetaData GetMetaData()
119
- {
120
- return new PagedListMetaData(this);
121
- }
+ public PagedListMetaData GetMetaData() => new(this);
122
}
0 commit comments