Emits a warning on text frame not found.

This commit is contained in:
2023-10-08 00:53:12 +08:00
parent 71294db3c1
commit c23d79e3f5
3 changed files with 12 additions and 1 deletions

View File

@@ -236,6 +236,12 @@
Validates the string.
</summary>
</member>
<member name="M:Cryville.Common.Buffers.TargetString.ToString">
<summary>
Returns the string the current <see cref="T:Cryville.Common.Buffers.TargetString" /> represents.
</summary>
<returns>The string the current <see cref="T:Cryville.Common.Buffers.TargetString" /> represents.</returns>
</member>
<member name="M:Cryville.Common.Buffers.TargetString.GetEnumerator">
<summary>
Returns an enumerator that iterates through the <see cref="T:Cryville.Common.Buffers.TargetString" />.