S
S
Sergey Serega2020-01-31 12:19:19
C++ / C#
Sergey Serega, 2020-01-31 12:19:19

How to make a property for an array?

I want to track changes in an array, for example in bool[]

Answer the question

In order to leave comments, you need to log in

2 answer(s)
F
freeExec, 2020-01-31
@freeExec

Create your own class in which you override access by index.
https://docs.microsoft.com/en-us/dotnet/csharp/pro...

R
Roman, 2020-01-31
@yarosroman

Use an ObservableCollection instead of an array. https://docs.microsoft.com/ru-ru/dotnet/api/system...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question