Microsoft.HockeyApp.Extensibility.Implementation.OperationContext.OperationContext C# (CSharp) Метод

OperationContext() приватный Метод

private OperationContext ( string>.IDictionary tags ) : System.Collections.Generic
tags string>.IDictionary
Результат System.Collections.Generic
        internal OperationContext(IDictionary<string, string> tags)
        {
            this.tags = tags;
        }