public class IgnoreCaseNameValueCollection : NameValueCollection
Public Class IgnoreCaseNameValueCollection
Inherits NameValueCollection
type IgnoreCaseNameValueCollection =
class
inherit NameValueCollection
end
IgnoreCaseNameValueCollection | IgnoreCaseNameValueCollection |
AllKeys | Gets all the keys in the NameValueCollection. (继承自 NameValueCollection。) |
Count | Gets the number of key/value pairs contained in the NameObjectCollectionBase instance. (继承自 NameObjectCollectionBase。) |
IsReadOnly | Gets or sets a value indicating whether the NameObjectCollectionBase instance is read-only. (继承自 NameObjectCollectionBase。) |
ItemInt32 | Gets the entry at the specified index of the NameValueCollection. (继承自 NameValueCollection。) |
ItemString | Gets or sets the entry with the specified key in the NameValueCollection. (继承自 NameValueCollection。) |
Keys | Gets a NameObjectCollectionBaseKeysCollection instance that contains all the keys in the NameObjectCollectionBase instance. (继承自 NameObjectCollectionBase。) |
Add(NameValueCollection) | Copies the entries in the specified NameValueCollection to the current NameValueCollection. (继承自 NameValueCollection。) |
Add(String, String) | Adds an entry with the specified name and value to the NameValueCollection. (继承自 NameValueCollection。) |
BaseAdd | Adds an entry with the specified key and value into the NameObjectCollectionBase instance. (继承自 NameObjectCollectionBase。) |
BaseClear | Removes all entries from the NameObjectCollectionBase instance. (继承自 NameObjectCollectionBase。) |
BaseGet(Int32) | Gets the value of the entry at the specified index of the NameObjectCollectionBase instance. (继承自 NameObjectCollectionBase。) |
BaseGet(String) | Gets the value of the first entry with the specified key from the NameObjectCollectionBase instance. (继承自 NameObjectCollectionBase。) |
BaseGetAllKeys | Returns a String array that contains all the keys in the NameObjectCollectionBase instance. (继承自 NameObjectCollectionBase。) |
BaseGetAllValues | Returns an Object array that contains all the values in the NameObjectCollectionBase instance. (继承自 NameObjectCollectionBase。) |
BaseGetAllValues(Type) | Returns an array of the specified type that contains all the values in the NameObjectCollectionBase instance. (继承自 NameObjectCollectionBase。) |
BaseGetKey | Gets the key of the entry at the specified index of the NameObjectCollectionBase instance. (继承自 NameObjectCollectionBase。) |
BaseHasKeys | Gets a value indicating whether the NameObjectCollectionBase instance contains entries whose keys are not . (继承自 NameObjectCollectionBase。) |
BaseRemove | Removes the entries with the specified key from the NameObjectCollectionBase instance. (继承自 NameObjectCollectionBase。) |
BaseRemoveAt | Removes the entry at the specified index of the NameObjectCollectionBase instance. (继承自 NameObjectCollectionBase。) |
BaseSet(Int32, Object) | Sets the value of the entry at the specified index of the NameObjectCollectionBase instance. (继承自 NameObjectCollectionBase。) |
BaseSet(String, Object) | Sets the value of the first entry with the specified key in the NameObjectCollectionBase instance, if found; otherwise, adds an entry with the specified key and value into the NameObjectCollectionBase instance. (继承自 NameObjectCollectionBase。) |
Clear | Invalidates the cached arrays and removes all entries from the NameValueCollection. (继承自 NameValueCollection。) |
CopyTo | Copies the entire NameValueCollection to a compatible one-dimensional Array, starting at the specified index of the target array. (继承自 NameValueCollection。) |
Equals | Determines whether the specified object is equal to the current object. (继承自 Object。) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (继承自 Object。) |
Get(Int32) | Gets the values at the specified index of the NameValueCollection combined into one comma-separated list. (继承自 NameValueCollection。) |
Get(String) | Gets the values associated with the specified key from the NameValueCollection combined into one comma-separated list. (继承自 NameValueCollection。) |
GetEnumerator | Returns an enumerator that iterates through the NameObjectCollectionBase. (继承自 NameObjectCollectionBase。) |
GetHashCode | Serves as the default hash function. (继承自 Object。) |
GetKey | Gets the key at the specified index of the NameValueCollection. (继承自 NameValueCollection。) |
GetType | Gets the Type of the current instance. (继承自 Object。) |
GetValues(Int32) | Gets the values at the specified index of the NameValueCollection. (继承自 NameValueCollection。) |
GetValues(String) | Gets the values associated with the specified key from the NameValueCollection. (继承自 NameValueCollection。) |
HasKeys | Gets a value indicating whether the NameValueCollection contains keys that are not . (继承自 NameValueCollection。) |
InvalidateCachedArrays | Resets the cached arrays of the collection to . (继承自 NameValueCollection。) |
MemberwiseClone | Creates a shallow copy of the current Object. (继承自 Object。) |
OnDeserialization | Implements the ISerializable interface and raises the deserialization event when the deserialization is complete. (继承自 NameObjectCollectionBase。) |
Remove | Removes the entries with the specified key from the NameObjectCollectionBase instance. (继承自 NameValueCollection。) |
Set | Sets the value of an entry in the NameValueCollection. (继承自 NameValueCollection。) |
ToString | Returns a string that represents the current object. (继承自 Object。) |
Map | (由 Mapper 定义。) |
Map | (由 Mapper 定义。) |
MapTTarget | (由 Mapper 定义。) |
ToJsonString |
转换为Json
(由 SerializeConvert 定义。) |
ICollectionCopyTo | Copies the entire NameObjectCollectionBase to a compatible one-dimensional Array, starting at the specified index of the target array. (继承自 NameObjectCollectionBase。) |
ICollectionIsSynchronized | Gets a value indicating whether access to the NameObjectCollectionBase object is synchronized (thread safe). (继承自 NameObjectCollectionBase。) |
ICollectionSyncRoot | Gets an object that can be used to synchronize access to the NameObjectCollectionBase object. (继承自 NameObjectCollectionBase。) |