表示只读的 MethodInfo 集合并实现 IList 接口。
注意:可能会更改集合的所有 IList 方法始终会引发 NotSupportedException。
数量 | MethodCollection 中的元素数。 |
IsFixedSize | MethodCollection 的大小是否固定。此属性始终设置为 true。 |
IsReadOnly | MethodCollection 是否为只读的。此属性始终设置为 true。 |
IsSynchronized | MethodCollection 是否已同步。此属性始终设置为 true。 |
this[int] | 获取指定索引处的元素。 |