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

◆ Clear()

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

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

Definition at line 579 of file Dictionary.cs.

580 {
581 ThrowHelper.ThrowNotSupportedException(ExceptionResource.NotSupported_ValueCollectionSet);
582 }

References System.ThrowHelper.ThrowNotSupportedException().