Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ this[int recordIndex] [1/2]

object? IList. System.Data.DataView.this[int recordIndex]
getsetprivateinherited

Definition at line 382 of file DataView.cs.

383 {
384 get
385 {
386 return this[recordIndex];
387 }
388 set
389 {
390 throw ExceptionBuilder.SetIListObject();
391 }
392 }