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)
345this[index] = (T)value;
1 reference to
System.Core (1)
Microsoft\Scripting\Utils\ReadOnlyCollectionBuilder.cs (1)
339return this[index];