表示 MethodInfo 的只读集合,并实现 IList 接口。
**注意:**所有可能改变集合的 IList 方法都始终抛出 NotSupportedException。
Count | MethodCollection 中元素的数量。 |
IsFixedSize | MethodCollection 是否为固定大小。此属性始终设置为 true。 |
IsReadOnly | MethodCollection 是否为只读。此属性始终设置为 true。 |
IsSynchronized | MethodCollection 是否是同步的。此属性始终设置为 true。 |
this[int] | 获取指定索引处的元素。 |
Contains | 确定某个元素是否在 MethodCollection 中。 |
CopyTo | 将集合复制到一个数组。 |
GetEnumerator | 获取遍历 MethodCollection 的枚举器。 |
IndexOf | 获取某项在 MethodCollection 中的首次出现位置。 |