Skip to content

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

+5
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)