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.
Count | The number of elements in FieldInfoCollection. |
IsFixedSize | Whether the FieldInfoCollection is of a fixed size. This property is always set to true. |
IsReadOnly | Whether the FieldInfoCollection is read-only. This property is always set to true. |
IsSynchronized | Whether the FieldInfoCollection is synchronized. This property is always set to true. |
this[int] | 获取指定索引处的元素。 |
Contains | Determines whether an element is in the FieldInfoCollection. |
CopyTo | 将集合复制到一个数组。 |
GetEnumerator | Gets an enumerator that iterates through a FieldInfoCollection. |
IndexOf | Gets the first occurrence of an item in the FieldInfoCollection. |