메소드 | 설명 | |
---|---|---|
SafeLookup ( this dictionary, string key, System.Web.HttpCookie ifNotFound = default(HttpCookie) ) : System.Web.HttpCookie | ||
TryGetValue ( this dictionary, string key, System.Web.HttpCookie &value ) : bool |
public static SafeLookup ( this dictionary, string key, System.Web.HttpCookie ifNotFound = default(HttpCookie) ) : System.Web.HttpCookie | ||
dictionary | this | |
key | string | |
ifNotFound | System.Web.HttpCookie | |
리턴 | System.Web.HttpCookie |
public static TryGetValue ( this dictionary, string key, System.Web.HttpCookie &value ) : bool | ||
dictionary | this | |
key | string | |
value | System.Web.HttpCookie | |
리턴 | bool |