コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CoreXamlType"/> class.
 /// </summary>
 /// <param name="kernel">The kernel.</param>
 /// <param name="type">The type.</param>
 /// <param name="context">The context.</param>
 public CoreXamlType(IKernel kernel, Type type, XamlSchemaContext context)
     : base(type, context)
 {
     this.invoker = new CoreXamlTypeInvoker(kernel, type, this);
 }
コード例 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CoreXamlType"/> class.
 /// </summary>
 /// <param name="kernel">The kernel.</param>
 /// <param name="type">The type.</param>
 /// <param name="context">The context.</param>
 public CoreXamlType(IKernel kernel, Type type, XamlSchemaContext context)
     : base(type, context)
 {
     this.invoker = new CoreXamlTypeInvoker(kernel, type, this);
 }