Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Adapter()

static ArrayList System.Collections.ArrayList.Adapter ( IList list)
inlinestaticinherited

Definition at line 2293 of file ArrayList.cs.

2294 {
2295 if (list == null)
2296 {
2297 throw new ArgumentNullException("list");
2298 }
2299 return new IListWrapper(list);
2300 }

References System.list.

Referenced by System.ComponentModel.TypeDescriptor.SortDescriptorArray().