Esempio n. 1
0
		public SimplePrologContent (PrologContentType type, string literalValue)
		{
			this.type = type;
			this.literalValue = literalValue;
		}
Esempio n. 2
0
 public SimplePrologContent(PrologContentType type, string literalValue)
 {
     this.type         = type;
     this.literalValue = literalValue;
 }