Interface ITile
public interface ITile
Properties
Content
object? Content { get; set; }
Property Value
Name
string Name { get; }
Property Value
Methods
LoadAsync()
Task LoadAsync()
public interface ITile
object? Content { get; set; }
string Name { get; }
Task LoadAsync()