We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52927c7 commit 23c5946Copy full SHA for 23c5946
Assets/SO Architecture/Documentation/Collection.md
@@ -14,3 +14,8 @@ Type Type { get; }
14
15
void Add(T)
16
void Remove(T)
17
+RemoveAt(int)
18
+void Clear()
19
+bool Contains(T)
20
+int IndexOf(T)
21
+Insert(int, T)
0 commit comments