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

◆ Clear()

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

Implements System.Collections.Generic.ICollection< T >.

Definition at line 371 of file Dictionary.cs.

372 {
373 ThrowHelper.ThrowNotSupportedException(ExceptionResource.NotSupported_KeyCollectionSet);
374 }

References System.ThrowHelper.ThrowNotSupportedException().