Version: 2022.3

FieldInfoCollection

struct in UnityEditor

切换到手册

描述

Represents a read-only collection of FieldInfo and implements an IList interface.

Note: The collection is immutable for the duration of Unity domain lifecycle. All IList methods that might alter the collection always throw NotSupportedException.

变量

CountThe number of elements in FieldInfoCollection.
IsFixedSizeWhether the FieldInfoCollection is of a fixed size. This property is always set to true.
IsReadOnlyWhether the FieldInfoCollection is read-only. This property is always set to true.
IsSynchronizedWhether the FieldInfoCollection is synchronized. This property is always set to true.
this[int]获取指定索引处的元素。

公共函数

ContainsDetermines whether an element is in the FieldInfoCollection.
CopyTo将集合复制到一个数组。
GetEnumeratorGets an enumerator that iterates through a FieldInfoCollection.
IndexOfGets the first occurrence of an item in the FieldInfoCollection.