Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit 23c5946

Browse files
Updated collection documentation
1 parent 52927c7 commit 23c5946

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Assets/SO Architecture/Documentation/Collection.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@ Type Type { get; }
1414

1515
void Add(T)
1616
void Remove(T)
17+
RemoveAt(int)
18+
void Clear()
19+
bool Contains(T)
20+
int IndexOf(T)
21+
Insert(int, T)

0 commit comments

Comments
 (0)