Exemplo n.º 1
0
        private SemanticResultKey(string semanticResultKey)
            : base()
        {
            Helpers.ThrowIfEmptyOrNull(semanticResultKey, nameof(semanticResultKey));

            _semanticKey = new SemanticKeyElement(semanticResultKey);
        }
Exemplo n.º 2
0
 private SemanticResultKey(string semanticResultKey)
 {
     Helpers.ThrowIfEmptyOrNull(semanticResultKey, "semanticResultKey");
     _semanticKey = new SemanticKeyElement(semanticResultKey);
 }