You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/Microsoft.Extensions.ObjectPool/DefaultPooledObjectPolicy`1.xml
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -100,8 +100,8 @@
100
100
</ReturnValue>
101
101
<Parameters />
102
102
<Docs>
103
-
<summary>To be added.</summary>
104
-
<returns>To be added.</returns>
103
+
<summary>Creates a <typeparamrefname="T" />.</summary>
104
+
<returns>The <typeparamrefname="T" /> that was created.</returns>
105
105
<remarks>To be added.</remarks>
106
106
</Docs>
107
107
</Member>
@@ -138,9 +138,10 @@
138
138
<ParameterName="obj"Type="T" />
139
139
</Parameters>
140
140
<Docs>
141
-
<paramname="obj">To be added.</param>
142
-
<summary>To be added.</summary>
143
-
<returns>To be added.</returns>
141
+
<paramname="obj">The object to return to the pool.</param>
142
+
<summary>Runs some processing when an object is returned to the pool. Can be used to reset the state of an object and indicate if the object should be returned to the pool.</summary>
143
+
<returns>
144
+
<seelangword="true" /> if the object should be returned to the pool. <seelangword="false" /> if it's not possible or desirable for the pool to keep the object.</returns>
Copy file name to clipboardExpand all lines: xml/Microsoft.Extensions.ObjectPool/PooledObjectPolicy`1.xml
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -72,8 +72,8 @@
72
72
</ReturnValue>
73
73
<Parameters />
74
74
<Docs>
75
-
<summary>To be added.</summary>
76
-
<returns>To be added.</returns>
75
+
<summary>Creates a <typeparamrefname="T" />.</summary>
76
+
<returns>The <typeparamrefname="T" /> that was created.</returns>
77
77
<remarks>To be added.</remarks>
78
78
</Docs>
79
79
</Member>
@@ -102,9 +102,10 @@
102
102
<ParameterName="obj"Type="T" />
103
103
</Parameters>
104
104
<Docs>
105
-
<paramname="obj">To be added.</param>
106
-
<summary>To be added.</summary>
107
-
<returns>To be added.</returns>
105
+
<paramname="obj">The object to return to the pool.</param>
106
+
<summary>Runs some processing when an object is returned to the pool. Can be used to reset the state of an object and indicate if the object should be returned to the pool.</summary>
107
+
<returns>
108
+
<seelangword="true" /> if the object should be returned to the pool. <seelangword="false" /> if it's not possible or desirable for the pool to keep the object.</returns>
<paramname="obj">The object to return to the pool.</param>
187
+
<summary>Runs some processing when an object is returned to the pool. Can be used to reset the state of an object and indicate if the object should be returned to the pool.</summary>
188
+
<returns>
189
+
<seelangword="true" /> if the object should be returned to the pool. <seelangword="false" /> if it's not possible or desirable for the pool to keep the object.</returns>
0 commit comments