3 changed files with 16 additions and 6 deletions
@ -0,0 +1,13 @@ |
|||||
|
using System; |
||||
|
using System.Collections; |
||||
|
using System.Collections.Generic; |
||||
|
|
||||
|
namespace Avalonia.Controls |
||||
|
{ |
||||
|
/// <summary>
|
||||
|
/// An indexed dictionary of resources.
|
||||
|
/// </summary>
|
||||
|
public interface IResourceDictionary : IDictionary<string, object> |
||||
|
{ |
||||
|
} |
||||
|
} |
||||
Loading…
Reference in new issue