Skip to content

Commit 9b1665f

Browse files
Deploy docs to GitHub Pages 4146782
1 parent 972876e commit 9b1665f

19 files changed

+682
-752
lines changed

api/Matchmaker.AsyncMatch-1.html

Lines changed: 51 additions & 52 deletions
Large diffs are not rendered by default.

api/Matchmaker.AsyncMatch-2.html

Lines changed: 54 additions & 54 deletions
Large diffs are not rendered by default.

api/Matchmaker.AsyncMatch.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ <h4 class="section">Type Parameters</h4>
184184

185185
<h4 class="section" id="Matchmaker_AsyncMatch_ClearCache__1_remarks">Remarks</h4>
186186
<div class="markdown level1 remarks"><p>
187-
After calling this method all
187+
After calling this method, all
188188
<a class="xref" href="Matchmaker.AsyncMatch.html#Matchmaker_AsyncMatch_CreateStatic__1_System_Action_Matchmaker_AsyncMatchBuilder___0___System_String_System_Int32_">CreateStatic&lt;TInput&gt;(Action&lt;AsyncMatchBuilder&lt;TInput&gt;&gt;, string, int)</a>
189189
calls will recalculate match statements for type <code class="typeparamref">TInput</code>.
190190
</p>
@@ -230,7 +230,7 @@ <h4 class="section">Type Parameters</h4>
230230

231231
<h4 class="section" id="Matchmaker_AsyncMatch_ClearCache__2_remarks">Remarks</h4>
232232
<div class="markdown level1 remarks"><p>
233-
After calling this method all
233+
After calling this method, all
234234
<a class="xref" href="Matchmaker.AsyncMatch.html#Matchmaker_AsyncMatch_CreateStatic__2_System_Action_Matchmaker_AsyncMatchBuilder___0___1___System_String_System_Int32_">CreateStatic&lt;TInput, TOutput&gt;(Action&lt;AsyncMatchBuilder&lt;TInput, TOutput&gt;&gt;, string, int)</a>
235235
calls will recalculate match expressions for types <code class="typeparamref">TInput</code> and
236236
<code class="typeparamref">TOutput</code>.
@@ -292,9 +292,8 @@ <h4 class="section">Type Parameters</h4>
292292

293293
<h4 class="section" id="Matchmaker_AsyncMatch_CreateStatic__1_System_Action_Matchmaker_AsyncMatchBuilder___0___System_String_System_Int32__remarks">Remarks</h4>
294294
<div class="markdown level1 remarks"><p>
295-
The key of the cache is the location of this method's call in the source code.
296-
This way, a new match statement object will not be allocated every time pattern matching occurs
297-
in the same place more than once.
295+
The key of the cache is the location of this method's call in the source code. This way, a new match expression
296+
object will not be allocated every time pattern matching occurs in the same place more than once.
298297
</p>
299298
<p>
300299
The pattern caching process is thread-safe.
@@ -362,9 +361,8 @@ <h4 class="section">Type Parameters</h4>
362361

363362
<h4 class="section" id="Matchmaker_AsyncMatch_CreateStatic__2_System_Action_Matchmaker_AsyncMatchBuilder___0___1___System_String_System_Int32__remarks">Remarks</h4>
364363
<div class="markdown level1 remarks"><p>
365-
The key of the cache is the location of this method's call in the source code.
366-
This way, a new match expression object will not be allocated every time pattern matching occurs
367-
in the same place more than once.
364+
The key of the cache is the location of this method's call in the source code. This way, a new match expression
365+
object will not be allocated every time pattern matching occurs in the same place more than once.
368366
</p>
369367
<p>
370368
The pattern caching process is thread-safe.

api/Matchmaker.Linq.AsyncPatternExtensions.html

Lines changed: 80 additions & 78 deletions
Large diffs are not rendered by default.

api/Matchmaker.Linq.MatchResultExtensions.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,8 @@ <h3 id="Matchmaker_Linq_MatchResultExtensions_Cast__2_Matchmaker_MatchResult___0
283283
<a class="header-action link-secondary" title="View source" href="https://github.com/TolikPylypchuk/Matchmaker/blob/main/Matchmaker/Linq/MatchResultExtensions.cs"><i class="bi bi-code-slash"></i></a>
284284
</h3>
285285

286-
<div class="markdown level1 summary"><p>Returns a successful result if the specified result is successful
287-
and contains a value that can be cast to <code class="typeparamref">TResult</code>.</p>
286+
<div class="markdown level1 summary"><p>Returns a successful result if the specified result is successful and contains a value that can be cast to
287+
<code class="typeparamref">TResult</code>.</p>
288288
</div>
289289
<div class="markdown level1 conceptual"></div>
290290

@@ -337,8 +337,8 @@ <h3 id="Matchmaker_Linq_MatchResultExtensions_Cast__2_System_Threading_Tasks_Tas
337337
<a class="header-action link-secondary" title="View source" href="https://github.com/TolikPylypchuk/Matchmaker/blob/main/Matchmaker/Linq/MatchResultExtensions.cs"><i class="bi bi-code-slash"></i></a>
338338
</h3>
339339

340-
<div class="markdown level1 summary"><p>Returns a successful result if the specified result is successful
341-
and contains a value that can be cast to <code class="typeparamref">TResult</code>.</p>
340+
<div class="markdown level1 summary"><p>Returns a successful result if the specified result is successful and contains a value that can be cast to
341+
<code class="typeparamref">TResult</code>.</p>
342342
</div>
343343
<div class="markdown level1 conceptual"></div>
344344

@@ -1177,8 +1177,8 @@ <h3 id="Matchmaker_Linq_MatchResultExtensions_Where__1_Matchmaker_MatchResult___
11771177
<a class="header-action link-secondary" title="View source" href="https://github.com/TolikPylypchuk/Matchmaker/blob/main/Matchmaker/Linq/MatchResultExtensions.cs"><i class="bi bi-code-slash"></i></a>
11781178
</h3>
11791179

1180-
<div class="markdown level1 summary"><p>Returns a successful result only if the specified result is successful
1181-
and its value satisfies a specified predicate.</p>
1180+
<div class="markdown level1 summary"><p>Returns a successful result only if the specified result is successful and its value satisfies a specified
1181+
predicate.</p>
11821182
</div>
11831183
<div class="markdown level1 conceptual"></div>
11841184

@@ -1236,8 +1236,8 @@ <h3 id="Matchmaker_Linq_MatchResultExtensions_Where__1_System_Threading_Tasks_Ta
12361236
<a class="header-action link-secondary" title="View source" href="https://github.com/TolikPylypchuk/Matchmaker/blob/main/Matchmaker/Linq/MatchResultExtensions.cs"><i class="bi bi-code-slash"></i></a>
12371237
</h3>
12381238

1239-
<div class="markdown level1 summary"><p>Returns a successful result only if the specified result is successful
1240-
and its value satisfies a specified predicate.</p>
1239+
<div class="markdown level1 summary"><p>Returns a successful result only if the specified result is successful and its value satisfies a specified
1240+
predicate.</p>
12411241
</div>
12421242
<div class="markdown level1 conceptual"></div>
12431243

@@ -1295,8 +1295,8 @@ <h3 id="Matchmaker_Linq_MatchResultExtensions_Where__1_System_Threading_Tasks_Ta
12951295
<a class="header-action link-secondary" title="View source" href="https://github.com/TolikPylypchuk/Matchmaker/blob/main/Matchmaker/Linq/MatchResultExtensions.cs"><i class="bi bi-code-slash"></i></a>
12961296
</h3>
12971297

1298-
<div class="markdown level1 summary"><p>Returns a successful result only if the specified result is successful
1299-
and its value satisfies a specified predicate.</p>
1298+
<div class="markdown level1 summary"><p>Returns a successful result only if the specified result is successful and its value satisfies a specified
1299+
predicate.</p>
13001300
</div>
13011301
<div class="markdown level1 conceptual"></div>
13021302

0 commit comments

Comments
 (0)