Exemplo n.º 1
0
 public static SemanticProperty <SemanticPropertiesSet> CreateSet(Term term, SemanticPropertiesSet value = null)
 {
     return(new SemanticProperty <SemanticPropertiesSet>(term, value));
 }
Exemplo n.º 2
0
 public static SemanticProperty <SemanticPropertiesSet> CreateSet <TTerm>(SemanticPropertiesSet value = null)
 {
     return(CreateSet(TermFactory.From <TTerm>(), value));
 }