메소드 | 설명 | |
---|---|---|
NameValueCollectionEx ( ) : System |
Initializes a new instance of the NameValueCollectionEx class.
|
|
NameValueCollectionEx ( IEqualityComparer equalityComparer ) : System | ||
NameValueCollectionEx ( |
Copies the entries from the specified NameValueCollection to a new NameValueCollectionEx with the same initial capacity as the number of entries copied and using the same hash code provider and the same comparer as the source collection.
|
|
NameValueCollectionEx ( int capacity ) : System |
Initializes a new instance of the NameValueCollectionEx class that is empty, has the specified initial capacity and uses the default case-insensitive hash code provider and the default case-insensitive comparer.
|
|
NameValueCollectionEx ( int capacity, IEqualityComparer equalityComparer ) : System | ||
NameValueCollectionEx ( int capacity, |
||
ToReadOnly ( ) : |
Creates a copy of the current instance that is read-only. IsReadOnly
|
메소드 | 설명 | |
---|---|---|
NameValueCollectionEx ( SerializationInfo info, StreamingContext context ) : System |
Initializes a new instance of the NameValueCollectionEx class.
|
public NameValueCollectionEx ( IEqualityComparer equalityComparer ) : System | ||
equalityComparer | IEqualityComparer | |
리턴 | System |
public NameValueCollectionEx ( |
||
col | The System.Collections.Specialized.NameValueCollection to copy to the
/// new |
|
리턴 | System |
protected NameValueCollectionEx ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | A System.Runtime.Serialization.SerializationInfo object that
/// contains the information required to serialize the new
/// |
context | StreamingContext | A |
리턴 | System |
public NameValueCollectionEx ( int capacity ) : System | ||
capacity | int | The initial number of entries that the
/// |
리턴 | System |
public NameValueCollectionEx ( int capacity, IEqualityComparer equalityComparer ) : System | ||
capacity | int | |
equalityComparer | IEqualityComparer | |
리턴 | System |
public NameValueCollectionEx ( int capacity, |
||
capacity | int | |
col | ||
리턴 | System |