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;
        }