C# 클래스 Microsoft.AspNet.SignalR.Tests.Common.Infrastructure.NameValueCollectionWrapper

상속: INameValueCollection
파일 보기 프로젝트 열기: SignalR/SignalR

공개 메소드들

메소드 설명
Get ( string key ) : string
GetEnumerator ( ) : string>>.IEnumerator
GetValues ( string key ) : IEnumerable
NameValueCollectionWrapper ( ) : System.Collections
NameValueCollectionWrapper ( NameValueCollection collection ) : System.Collections
this ( string key ) : string

비공개 메소드들

메소드 설명
GetEnumerable ( ) : string>>.IEnumerable
IEnumerable ( ) : IEnumerator

메소드 상세

Get() 공개 메소드

public Get ( string key ) : string
key string
리턴 string

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : string>>.IEnumerator
리턴 string>>.IEnumerator

GetValues() 공개 메소드

public GetValues ( string key ) : IEnumerable
key string
리턴 IEnumerable

NameValueCollectionWrapper() 공개 메소드

public NameValueCollectionWrapper ( ) : System.Collections
리턴 System.Collections

NameValueCollectionWrapper() 공개 메소드

public NameValueCollectionWrapper ( NameValueCollection collection ) : System.Collections
collection System.Collections.Specialized.NameValueCollection
리턴 System.Collections

this() 공개 메소드

public this ( string key ) : string
key string
리턴 string