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

◆ Remove< T >()

bool System.SZArrayHelper.Remove< T > ( T value)
inlineprivate

Definition at line 86 of file SZArrayHelper.cs.

87 {
88 ThrowHelper.ThrowNotSupportedException(ExceptionResource.NotSupported_FixedSizeCollection);
89 return false;
90 }

References System.ThrowHelper.ThrowNotSupportedException().