Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DisplayModeCollection.cs
Go to the documentation of this file.
3
5
6public class DisplayModeCollection : IEnumerable<DisplayMode>, IEnumerable
7{
9
11 {
12 get
13 {
16 {
17 if (displayMode.Format == format)
18 {
19 list.Add(displayMode);
20 }
21 }
22 return list;
23 }
24 }
25
30
35
40}
new IEnumerator< T > GetEnumerator()