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

◆ Remove() [3/3]

bool ICollection< TValue >. System.Collections.Generic.Dictionary< TKey, TValue >.ValueCollection.Remove ( TValue item)
inlineprivate

Definition at line 573 of file Dictionary.cs.

574 {
575 ThrowHelper.ThrowNotSupportedException(ExceptionResource.NotSupported_ValueCollectionSet);
576 return false;
577 }

References System.ThrowHelper.ThrowNotSupportedException().