C# Class OmniXaml.ObjectAssembler.TopDownValueContext

Inheritance: ITopDownValueContext
Show file Open project: AvaloniaUI/OmniXAML

Private Properties

Property Type Description

Public Methods

Method Description
Add ( object instance, XamlType xamlType ) : void
GetLastInstance ( XamlType xamlType ) : object

Method Details

Add() public method

public Add ( object instance, XamlType xamlType ) : void
instance object
xamlType XamlType
return void

GetLastInstance() public method

public GetLastInstance ( XamlType xamlType ) : object
xamlType XamlType
return object