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

◆ Add() [3/3]

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

Definition at line 366 of file Dictionary.cs.

367 {
368 ThrowHelper.ThrowNotSupportedException(ExceptionResource.NotSupported_KeyCollectionSet);
369 }

References System.ThrowHelper.ThrowNotSupportedException().