Implemented interface member:
1 write to
Microsoft.Maui.Controls (1)
LegacyLayouts\LayoutOfT.cs (1)
13
public IView this[int index] { get => _children[index]; set => _children
[
index] = (T)value; }
1 reference to
Microsoft.Maui.Controls (1)
LegacyLayouts\LayoutOfT.cs (1)
13
public IView this[int index] { get => _children
[
index]; set => _children[index] = (T)value; }