File tree Expand file tree Collapse file tree
src/corelib/Core/Collections Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 /// a function delegate as the implementation of <see cref="GetNextPageAsync"/>.
1111 /// </summary>
1212 /// <typeparam name="T">The type of elements in the collection.</typeparam>
13+ /// <threadsafety static="true" instance="false"/>
14+ /// <preliminary/>
1315 public class BasicReadOnlyCollectionPage < T > : ReadOnlyCollectionPage < T >
1416 {
1517 /// <summary>
Original file line number Diff line number Diff line change 1212 /// single page within a paginated collection.
1313 /// </summary>
1414 /// <typeparam name="T">The type of elements in the collection.</typeparam>
15+ /// <threadsafety static="true" instance="false"/>
16+ /// <preliminary/>
1517 public abstract class ReadOnlyCollectionPage < T > : ReadOnlyCollection < T >
1618 {
1719 /// <summary>
You can’t perform that action at this time.
0 commit comments