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

◆ Collection() [2/2]

Definition at line 96 of file Collection.cs.

97 {
98 if (list == null)
99 {
100 ThrowHelper.ThrowArgumentNullException(ExceptionArgument.list);
101 }
102 items = list;
103 }

References System.Collections.ObjectModel.Collection< T >.items, System.list, and System.ThrowHelper.ThrowArgumentNullException().