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

◆ SetItems() [2/2]

IImmutableDictionary< TKey, TValue > IImmutableDictionary< TKey, TValue >. System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >.SetItems ( IEnumerable< KeyValuePair< TKey, TValue > > items)
inlineprivate

Implements System.Collections.Immutable.IImmutableDictionary< TKey, TValue >.

Definition at line 1250 of file ImmutableSortedDictionary.cs.

1251 {
1252 return SetItems(items);
1253 }
ImmutableSortedDictionary< TKey, TValue > SetItems(IEnumerable< KeyValuePair< TKey, TValue > > items)

References System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >.SetItems().