System.Net.CookieTokenizer.RecognizedAttribute.RecognizedAttribute C# (CSharp) Méthode

RecognizedAttribute() private méthode

private RecognizedAttribute ( string name, CookieToken token ) : System.Collections.Generic
name string
token CookieToken
Résultat System.Collections.Generic
            internal RecognizedAttribute(string name, CookieToken token)
            {
                _name = name;
                _token = token;
            }

Same methods

CookieTokenizer.RecognizedAttribute::RecognizedAttribute ( string name, CookieToken token ) : System.Collections
CookieTokenizer.RecognizedAttribute