C# 클래스 Rolcore.Collections.Specialized.NameValueCollectionEx

Extends NameValueCollection to provide a read-only option.
상속: System.Collections.Specialized.NameValueCollection
파일 보기 프로젝트 열기: Rollins/Rolcore 1 사용 예제들

공개 메소드들

메소드 설명
NameValueCollectionEx ( ) : System

Initializes a new instance of the NameValueCollectionEx class.

NameValueCollectionEx ( IEqualityComparer equalityComparer ) : System
NameValueCollectionEx ( NameValueCollection col ) : System

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, NameValueCollection col ) : System
ToReadOnly ( ) : NameValueCollectionEx

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.

메소드 상세

NameValueCollectionEx() 공개 메소드

Initializes a new instance of the NameValueCollectionEx class.
public NameValueCollectionEx ( ) : System
리턴 System

NameValueCollectionEx() 공개 메소드

public NameValueCollectionEx ( IEqualityComparer equalityComparer ) : System
equalityComparer IEqualityComparer
리턴 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.
public NameValueCollectionEx ( NameValueCollection col ) : System
col System.Collections.Specialized.NameValueCollection The System.Collections.Specialized.NameValueCollection to copy to the /// new instance.
리턴 System

NameValueCollectionEx() 보호된 메소드

Initializes a new instance of the NameValueCollectionEx class.
protected NameValueCollectionEx ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo A System.Runtime.Serialization.SerializationInfo object that /// contains the information required to serialize the new /// instance.
context StreamingContext A object that contains the source /// and destination of the serialized stream associated with the new /// instance.
리턴 System

NameValueCollectionEx() 공개 메소드

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.
public NameValueCollectionEx ( int capacity ) : System
capacity int The initial number of entries that the /// can contain.
리턴 System

NameValueCollectionEx() 공개 메소드

public NameValueCollectionEx ( int capacity, IEqualityComparer equalityComparer ) : System
capacity int
equalityComparer IEqualityComparer
리턴 System

NameValueCollectionEx() 공개 메소드

public NameValueCollectionEx ( int capacity, NameValueCollection col ) : System
capacity int
col System.Collections.Specialized.NameValueCollection
리턴 System

ToReadOnly() 공개 메소드

Creates a copy of the current instance that is read-only. IsReadOnly
public ToReadOnly ( ) : NameValueCollectionEx
리턴 NameValueCollectionEx