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

indexThe index of the component to get or set.