Bool3.Item[int]
Property in Bool3
Declaration
public bool this[int index] { get; set; }
Description
Gets or sets the component at the specified index.
Parameters
index | The index of the component to get or set. |
public bool this[int index] { get; set; }
Gets or sets the component at the specified index.
index | The index of the component to get or set. |