Microsoft.HockeyApp.Extensibility.Implementation.ComponentContext.ComponentContext C# (CSharp) Method

ComponentContext() private method

private ComponentContext ( string>.IDictionary tags ) : System.Collections.Generic
tags string>.IDictionary
return System.Collections.Generic
        internal ComponentContext(IDictionary<string, string> tags)
        {
            this.tags = tags;
        }