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