MethodCollection

struct in UnityEditor

Description

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

Note: All IList methods which might alter the collection always throw NotSupportedException.

Properties

Property Description
CountThe number of elements in MethodCollection.
IsFixedSizeWhether the MethodCollection is of a fixed size. This property is always set to true.
IsReadOnlyWhether the MethodCollection is read-only. This property is always set to true.
IsSynchronizedWhether the MethodCollection is synchronized. This property is always set to true.
this[int]Gets the element at the specified index.

Public Methods

Method Description
ContainsDetermines whether an element is in the MethodCollection.
CopyToCopies the collection to an array.
GetEnumeratorGets an enumerator that iterates through a MethodCollection.
IndexOfGets the first occurrence of an item in the MethodCollection.

Did you find this page useful? Please give it a rating: