Esempio n. 1
0
 /// <summary>
 /// <b>Expert</b>: Creates an AttributeFactory returning <seealso cref="Token"/> as instance for the basic attributes
 /// and for all other attributes calls the given delegate factory.
 /// </summary>
 public TokenAttributeFactory(AttributeSource.AttributeFactory @delegate)
 {
     this.@delegate = @delegate;
 }