Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
KnowledgeList.cs
Go to the documentation of this file.
1
using
System.Collections.Generic;
2
3
public
class
KnowledgeList
<T> : HashSet<string> where T :
Knowledge
4
{
5
public
new
void
Add
(
string
id
)
6
{
7
}
8
9
public
void
Add
(T k)
10
{
11
}
12
}
KnowledgeList
Definition:
KnowledgeList.cs:4
KnowledgeList.Add
new void Add(string id)
Definition:
KnowledgeList.cs:5
KnowledgeList.Add
void Add(T k)
Definition:
KnowledgeList.cs:9
Knowledge
Definition:
Knowledge.cs:2
Elin
KnowledgeList.cs
Generated by
1.9.6