Skip to main content

TransformerConfiguration.XamlValueConverter Delegate

Definition

Namespace:XamlX.Transform
Assembly:Avalonia.Markup.Xaml.Loader
Package:Avalonia.Markup.Xaml.Loader
public delegate TransformerConfiguration.XamlValueConverter

Inheritance: MulticastDelegate -> TransformerConfiguration.XamlValueConverter

Constructors

NameDescription
TransformerConfiguration.XamlValueConverterNo summary available.

TransformerConfiguration.XamlValueConverter Constructor

public TransformerConfiguration.XamlValueConverter(object object, IntPtr method)

Parameters

object object

method IntPtr

Methods

NameDescription
BeginInvokeNo summary available.
EndInvokeNo summary available.
InvokeNo summary available.

BeginInvoke Method

public IAsyncResult BeginInvoke(XamlX.Transform.AstTransformationContext context, XamlX.Ast.IXamlAstValueNode node, System.Collections.Generic.IReadOnlyList<XamlX.TypeSystem.IXamlCustomAttribute> customAttributes, XamlX.TypeSystem.IXamlType type, XamlX.Ast.IXamlAstValueNode& result, AsyncCallback callback, object object)

Parameters

context XamlX.Transform.AstTransformationContext

node XamlX.Ast.IXamlAstValueNode

customAttributes System.Collections.Generic.IReadOnlyList<XamlX.TypeSystem.IXamlCustomAttribute>

type XamlX.TypeSystem.IXamlType

result XamlX.Ast.IXamlAstValueNode&

callback AsyncCallback

object object

Returns

IAsyncResult

EndInvoke Method

public bool EndInvoke(XamlX.Ast.IXamlAstValueNode& result, IAsyncResult __result)

Parameters

result XamlX.Ast.IXamlAstValueNode&

__result IAsyncResult

Returns

bool

Invoke Method

public bool Invoke(XamlX.Transform.AstTransformationContext context, XamlX.Ast.IXamlAstValueNode node, System.Collections.Generic.IReadOnlyList<XamlX.TypeSystem.IXamlCustomAttribute> customAttributes, XamlX.TypeSystem.IXamlType type, XamlX.Ast.IXamlAstValueNode& result)

Parameters

context XamlX.Transform.AstTransformationContext

node XamlX.Ast.IXamlAstValueNode

customAttributes System.Collections.Generic.IReadOnlyList<XamlX.TypeSystem.IXamlCustomAttribute>

type XamlX.TypeSystem.IXamlType

result XamlX.Ast.IXamlAstValueNode&

Returns

bool