Microsoft.Alm.Authentication.GitHubTokenScope.GitHubTokenScope C# (CSharp) Method

GitHubTokenScope() private method

private GitHubTokenScope ( System.Collections.Generic.HashSet set ) : System
set System.Collections.Generic.HashSet
return System
        private GitHubTokenScope(ScopeSet set)
            : base(set)
        {
        }

Same methods

GitHubTokenScope::GitHubTokenScope ( string value ) : System