示例#1
0
 /// <summary>
 /// Compiles the item
 /// </summary>
 /// <param name="linkContext"></param>
 public override void Compile(LinkContext linkContext)
 {
     // the context needs to resolve this, since it knows what the identifier
     // resolves to
     linkContext.CompileInvocation(identifier, callParameters);
 }