Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
SourceDataString.cs
Go to the documentation of this file.
1public class SourceDataString<T> : SourceData<T, string> where T : SourceData.BaseRow
2{
3 public override T GetRow(string id)
4 {
5 return map.TryGetValue(id);
6 }
7}
override T GetRow(string id)
Dictionary< T2, T > map
Definition: SourceData.cs:63