/// <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; }