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

◆ Add() [1/2]

int IList. System.Array.Add ( object value)
inlineprivate

Definition at line 1212 of file Array.cs.

1213 {
1214 ThrowHelper.ThrowNotSupportedException(ExceptionResource.NotSupported_FixedSizeCollection);
1215 return 0;
1216 }

References System.ThrowHelper.ThrowNotSupportedException().