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

◆ ReadOnlyCollection()

Definition at line 65 of file ReadOnlyCollection.cs.

66 {
67 if (list == null)
68 {
69 ThrowHelper.ThrowArgumentNullException(ExceptionArgument.list);
70 }
71 this.list = list;
72 }

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