1 write to collection
System.Core (1)
Microsoft\Scripting\Actions\ExpandoObject.cs (1)
300
this.
collection
= collection;
2 references to collection
System.Core (2)
Microsoft\Scripting\Actions\ExpandoObject.cs (2)
306
string[] items = new string[
collection
.Count];
307
collection
.CopyTo(items, 0);