/// <summary>
 /// Initializes a new instance of the <see cref="CompilerSupportAttribute"/> class.
 /// </summary>
 /// <param name="supportFunction">The call target.</param>
 public CompilerSupportAttribute(CompilerSupportFunction supportFunction)
 {
     this.supportFunction = supportFunction;
 }
Example #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CompilerSupportAttribute"/> class.
 /// </summary>
 /// <param name="supportFunction">The call target.</param>
 public CompilerSupportAttribute(CompilerSupportFunction supportFunction)
 {
     this.supportFunction = supportFunction;
 }