We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cf0acb commit 2a77a4dCopy full SHA for 2a77a4d
com.unity.netcode.gameobjects/Runtime/NetworkVariable/Collections/NetworkList.cs
@@ -600,7 +600,7 @@ public void RemoveAt(int index)
600
/// This method checks for write permissions before setting the value.
601
/// </remarks>
602
/// <param name="index">The zero-based index of the element to get or set.</param>
603
- /// <returns>The element at the specified index.</returns>
+ /// <value>The element at the specified index.</value>
604
public T this[int index]
605
{
606
get => m_List[index];
0 commit comments