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

◆ Remove() [3/3]

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

Definition at line 381 of file Dictionary.cs.

382 {
383 ThrowHelper.ThrowNotSupportedException(ExceptionResource.NotSupported_KeyCollectionSet);
384 return false;
385 }

References System.ThrowHelper.ThrowNotSupportedException().