C# Class DynamicXaml.X

Helper to introduce Funcs supported by the dynamic API to nest DynamicXAML calls
ファイルを表示 Open project: flq/XamlTags

Public Methods

Method Description
N ( Xaml>.Func map ) : Xaml>.Func

Nested builder

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

Many-Nested builder

Method Details

N() public static method

Nested builder
public static N ( Xaml>.Func map ) : Xaml>.Func
map Xaml>.Func
return Xaml>.Func

NM() public static method

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