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

◆ Remove() [2/4]

bool IDictionary< string, object >. System.Net.Http.HttpRequestOptions.Remove ( string key)
inlineprivate

Definition at line 72 of file HttpRequestOptions.cs.

73 {
74 return Options.Remove(key);
75 }
bool ICollection< KeyValuePair< TKey, TValue > >. Remove(KeyValuePair< TKey, TValue > keyValuePair)
Dictionary< string, object?> Options

References System.key, System.Net.Http.HttpRequestOptions.Options, and System.Collections.Generic.Dictionary< TKey, TValue >.Remove().

Referenced by System.Net.Http.HttpRequestOptions.Remove().