Ejemplo n.º 1
0
 /// <summary>
 /// Gets the library associated with this extension.
 /// </summary>
 /// <param name="tableDefinitions">The table definitions to use while loading the library.</param>
 /// <returns>The loaded library.</returns>
 public override Library GetLibrary(TableDefinitionCollection tableDefinitions)
 {
     return(TagExtensionData.GetExtensionLibrary(tableDefinitions));
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Creates a decompiler for Tag Extension.
 /// </summary>
 public TagDecompiler()
 {
     this.TableDefinitions = TagExtensionData.GetExtensionTableDefinitions();
 }