public interface IWebApiMapping : IEnumerable<MappingMethod>,
IEnumerablePublic Interface IWebApiMapping
Inherits IEnumerable(Of MappingMethod), IEnumerabletype IWebApiMapping =
interface
interface IEnumerable<MappingMethod>
interface IEnumerable
end| GetEnumerator | Returns an enumerator that iterates through the collection. (继承自 IEnumerableMappingMethod。) |
| MakeReadonly | 将映射设置为只读。 |
| Match | 根据指定的 URL 和 HTTP 方法匹配 RPC 方法。 |
| ForEachMappingMethod |
循环遍历每个元素,执行Action动作
(由 CollectionsExtension 定义。) |
| ForEachAsyncMappingMethod |
循环遍历每个元素,执行异步动作
(由 CollectionsExtension 定义。) |
| GetSafeEnumeratorMappingMethod |
获取安全的枚举器。
(由 SystemExtension 定义。) |