Implemented interface member:
property
this
System.Collections.Generic.IList<T>.this[System.Int32]
1 write to
System.Core (1)
Microsoft\Scripting\Utils\ReadOnlyCollectionBuilder.cs (1)
345
this
[
index] = (T)value;
1 reference to
System.Core (1)
Microsoft\Scripting\Utils\ReadOnlyCollectionBuilder.cs (1)
339
return this
[
index];