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

◆ SyncRoot

object ICollection. System.Collections.Immutable.ImmutableArray< T >.SyncRoot
get

Implements System.Collections.ICollection.

Definition at line 835 of file ImmutableArray.cs.

836 {
837 get
838 {
839 throw new NotSupportedException();
840 }
841 }