2 changed files with 10 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||||
|
using System; |
||||
|
|
||||
|
namespace Avalonia.Markup.Xaml |
||||
|
{ |
||||
|
public abstract class MarkupExtension |
||||
|
{ |
||||
|
public abstract object ProvideValue(IServiceProvider serviceProvider); |
||||
|
} |
||||
|
} |
||||
Loading…
Reference in new issue