C# Class DynamicXaml.X

Helper to introduce Funcs supported by the dynamic API to nest DynamicXAML calls
Afficher le fichier Open project: flq/XamlTags

Méthodes publiques

Méthode Description
N ( Xaml>.Func map ) : Xaml>.Func

Nested builder

NM ( Xaml[]>.Func map ) : Xaml[]>.Func

Many-Nested builder

Method Details

N() public static méthode

Nested builder
public static N ( Xaml>.Func map ) : Xaml>.Func
map Xaml>.Func
Résultat Xaml>.Func

NM() public static méthode

Many-Nested builder
public static NM ( Xaml[]>.Func map ) : Xaml[]>.Func
map Xaml[]>.Func
Résultat Xaml[]>.Func