/// <summary>
 /// Registers a completable value with the attribute.
 /// </summary>
 /// <param name="value">The value to register.</param>
 public void RegisterValue(CompletableXMLValue value)
 {
     _values.Add(value);
 }
Пример #2
0
		public XMLValueCompletionData(CompletableXMLValue attributeValue)
		{
			_attributeValue = attributeValue;
		}
 /// <summary>
 ///     Registers a completable value with the attribute.
 /// </summary>
 /// <param name="value">The value to register.</param>
 public void RegisterValue(CompletableXMLValue value)
 {
     _values.Add(value);
 }
 public XMLValueCompletionData(CompletableXMLValue attributeValue)
 {
     _attributeValue = attributeValue;
 }