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

◆ Clear< T >()

void System.SZArrayHelper.Clear< T > ( )
inlineprivate

Definition at line 70 of file SZArrayHelper.cs.

71 {
72 ThrowHelper.ThrowNotSupportedException(ExceptionResource.NotSupported_ReadOnlyCollection);
73 }

References System.ThrowHelper.ThrowNotSupportedException().