Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
void | Add (T item) |
void | ParseAdd (string? input) |
bool | TryParseAdd (string? input) |
void | Clear () |
bool | Contains (T item) |
void | CopyTo (T[] array, int arrayIndex) |
bool | Remove (T item) |
IEnumerator< T > | GetEnumerator () |
override string | ToString () |
void | CopyTo (Array array, int index) |
Package Functions | |
HttpHeaderValueCollection (HeaderDescriptor descriptor, HttpHeaders store) | |
HttpHeaderValueCollection (HeaderDescriptor descriptor, HttpHeaders store, Action< HttpHeaderValueCollection< T >, T > validator) | |
HttpHeaderValueCollection (HeaderDescriptor descriptor, HttpHeaders store, T specialValue) | |
HttpHeaderValueCollection (HeaderDescriptor descriptor, HttpHeaders store, T specialValue, Action< HttpHeaderValueCollection< T >, T > validator) | |
void | SetSpecialValue () |
void | RemoveSpecialValue () |
Properties | |
int | Count [get] |
bool | IsReadOnly [get] |
bool | IsSpecialValueSet [get] |
object | SyncRoot [get] |
bool | IsSynchronized [get] |
Private Member Functions | |
IEnumerator IEnumerable. | GetEnumerator () |
void | CheckValue (T item) |
int | GetCount () |
Private Attributes | |
readonly HeaderDescriptor | _descriptor |
readonly HttpHeaders | _store |
readonly T | _specialValue |
readonly Action< HttpHeaderValueCollection< T >, T > | _validator |
T | : | class |
Definition at line 6 of file HttpHeaderValueCollection.cs.