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

◆ Add() [3/3]

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

Definition at line 568 of file Dictionary.cs.

569 {
570 ThrowHelper.ThrowNotSupportedException(ExceptionResource.NotSupported_ValueCollectionSet);
571 }

References System.ThrowHelper.ThrowNotSupportedException().