public bool this [int indexer] { get { return(core.GetBitsInput(indexer)); } set { core.SetBitsInput(indexer, value); } }