AddServiceLogEnricher(IServiceCollection)
|
将服务扩充器实例添加到 IServiceCollection。
|
AddServiceLogEnricher(IServiceCollection, IConfigurationSection)
|
将服务扩充器实例添加到 IServiceCollection。
|
AddServiceLogEnricher(IServiceCollection, Action<ApplicationLogEnricherOptions>)
|
将服务扩充器实例添加到 IServiceCollection。
|
AddApplicationMetadata(IServiceCollection, IConfigurationSection)
|
将 ApplicationMetadata 实例添加到依赖项注入容器。
|
AddApplicationMetadata(IServiceCollection, Action<ApplicationMetadata>)
|
将 ApplicationMetadata 实例添加到依赖项注入容器。
|
AddAsyncState(IServiceCollection)
|
为 IAsyncState、IAsyncContext<T>和 Microsoft.Extensions.AsyncState.IAsyncLocalContext`1 服务添加默认实现。
请注意,这些接口的实现不是线程安全的。
|
ActivateKeyedSingleton(IServiceCollection, Type, Object)
|
在启动时而不是运行时强制实施密钥单一实例激活。
|
ActivateKeyedSingleton<TService>(IServiceCollection, Object)
|
在启动时而不是运行时强制实施密钥单一实例激活。
|
ActivateSingleton(IServiceCollection, Type)
|
在启动时而不是运行时强制实施单一实例激活。
|
ActivateSingleton<TService>(IServiceCollection)
|
在启动时而不是运行时强制实施单一实例激活。
|
AddActivatedKeyedSingleton(IServiceCollection, Type, Object)
|
添加自动激活的键控单一实例服务。
|
AddActivatedKeyedSingleton(IServiceCollection, Type, Object, Func<IServiceProvider,Object,Object>)
|
添加自动激活的键控单一实例服务。
|
AddActivatedKeyedSingleton(IServiceCollection, Type, Object, Type)
|
添加自动激活的键控单一实例服务。
|
AddActivatedKeyedSingleton<TService>(IServiceCollection, Object)
|
添加自动激活的键控单一实例服务。
|
AddActivatedKeyedSingleton<TService>(IServiceCollection, Object, Func<IServiceProvider,Object,TService>)
|
添加自动激活的键控单一实例服务。
|
AddActivatedKeyedSingleton<TService,TImplementation>(IServiceCollection, Object)
|
添加自动激活的键控单一实例服务。
|
AddActivatedKeyedSingleton<TService,TImplementation>(IServiceCollection, Object, Func<IServiceProvider,Object,TImplementation>)
|
添加自动激活的键控单一实例服务。
|
AddActivatedSingleton(IServiceCollection, Type)
|
将 serviceType 中指定的类型的自动激活单一实例服务添加到指定的 IServiceCollection。
|
AddActivatedSingleton(IServiceCollection, Type, Func<IServiceProvider,Object>)
|
添加自动激活的单一实例服务。
|
AddActivatedSingleton(IServiceCollection, Type, Type)
|
添加自动激活的单一实例服务。
|
AddActivatedSingleton<TService>(IServiceCollection)
|
添加自动激活的单一实例服务。
|
AddActivatedSingleton<TService>(IServiceCollection, Func<IServiceProvider,TService>)
|
添加自动激活的单一实例服务。
|
AddActivatedSingleton<TService,TImplementation>(IServiceCollection)
|
添加自动激活的单一实例服务。
|
AddActivatedSingleton<TService,TImplementation>(IServiceCollection, Func<IServiceProvider,TImplementation>)
|
添加自动激活的单一实例服务。
|
TryAddActivatedKeyedSingleton(IServiceCollection, Type, Object)
|
尝试添加自动激活的单一实例服务。
|
TryAddActivatedKeyedSingleton(IServiceCollection, Type, Object, Func<IServiceProvider,Object,Object>)
|
尝试添加自动激活的单一实例服务。
|
TryAddActivatedKeyedSingleton(IServiceCollection, Type, Object, Type)
|
尝试添加自动激活的单一实例服务。
|
TryAddActivatedKeyedSingleton<TService>(IServiceCollection, Object)
|
尝试添加自动激活的单一实例服务。
|
TryAddActivatedKeyedSingleton<TService>(IServiceCollection, Object, Func<IServiceProvider,Object,TService>)
|
尝试添加自动激活的单一实例服务。
|
TryAddActivatedKeyedSingleton<TService,TImplementation>(IServiceCollection, Object)
|
尝试添加自动激活的单一实例服务。
|
TryAddActivatedSingleton(IServiceCollection, Type)
|
尝试添加自动激活的单一实例服务。
|
TryAddActivatedSingleton(IServiceCollection, Type, Func<IServiceProvider,Object>)
|
尝试添加自动激活的单一实例服务。
|
TryAddActivatedSingleton(IServiceCollection, Type, Type)
|
尝试添加自动激活的单一实例服务。
|
TryAddActivatedSingleton<TService>(IServiceCollection)
|
尝试添加自动激活的单一实例服务。
|
TryAddActivatedSingleton<TService>(IServiceCollection, Func<IServiceProvider,TService>)
|
尝试添加自动激活的单一实例服务。
|
TryAddActivatedSingleton<TService,TImplementation>(IServiceCollection)
|
尝试添加自动激活的单一实例服务。
|
AddTelemetryHealthCheckPublisher(IServiceCollection)
|
注册一个运行状况检查发布者,该发布者发出表示应用程序运行状况的遥测数据。
|
AddTelemetryHealthCheckPublisher(IServiceCollection, IConfigurationSection)
|
注册一个运行状况检查发布者,该发布者发出表示应用程序运行状况的遥测数据。
|
AddTelemetryHealthCheckPublisher(IServiceCollection, Action<TelemetryHealthCheckPublisherOptions>)
|
注册一个运行状况检查发布者,该发布者发出表示应用程序运行状况的遥测数据。
|
AddContextualOptions(IServiceCollection)
|
添加使用上下文选项所需的服务。
|
Configure<TOptions>(IServiceCollection, Action<IOptionsContext,TOptions>)
|
注册用于配置特定类型的选项的操作。
|
Configure<TOptions>(IServiceCollection, Func<IOptionsContext,CancellationToken,ValueTask<IConfigureContextualOptions<TOptions>>>)
|
注册用于配置特定类型的选项的操作。
|
Configure<TOptions>(IServiceCollection, String, Action<IOptionsContext,TOptions>)
|
注册用于配置特定类型的选项的操作。
|
Configure<TOptions>(IServiceCollection, String, Func<IOptionsContext,CancellationToken,ValueTask<IConfigureContextualOptions<TOptions>>>)
|
注册用于配置特定类型的选项的操作。
|
ConfigureAll<TOptions>(IServiceCollection, Action<IOptionsContext,TOptions>)
|
注册用于配置特定类型选项的所有实例的操作。
|
ConfigureAll<TOptions>(IServiceCollection, Func<IOptionsContext,CancellationToken,ValueTask<IConfigureContextualOptions<TOptions>>>)
|
注册用于配置特定类型选项的所有实例的操作。
|
AddWebEncoders(IServiceCollection)
|
将 HtmlEncoder、JavaScriptEncoder 和 UrlEncoder 添加到指定的 services 。
|
AddWebEncoders(IServiceCollection, Action<WebEncoderOptions>)
|
将 HtmlEncoder、JavaScriptEncoder 和 UrlEncoder 添加到指定的 services 。
|
AddLogEnricher(IServiceCollection, ILogEnricher)
|
注册日志扩充器实例。
|
AddLogEnricher<T>(IServiceCollection)
|
注册日志扩充器类型。
|
AddStaticLogEnricher(IServiceCollection, IStaticLogEnricher)
|
注册静态日志扩充器实例。
|
AddStaticLogEnricher<T>(IServiceCollection)
|
注册静态日志扩充器类型。
|
AddExceptionSummarizer(IServiceCollection)
|
将异常摘要生成器注册到依赖项注入容器中。
|
AddExceptionSummarizer(IServiceCollection, Action<IExceptionSummarizationBuilder>)
|
将异常摘要生成器注册到依赖项注入容器中。
|
Add(IServiceCollection, ServiceDescriptor)
|
将指定的 descriptor 添加到 collection 。
|
Add(IServiceCollection, IEnumerable<ServiceDescriptor>)
|
将 ServiceDescriptor 序列添加到 collection 。
|
RemoveAll(IServiceCollection, Type)
|
删除 IServiceCollection中类型 serviceType 的所有服务。
|
RemoveAll<T>(IServiceCollection)
|
删除 IServiceCollection中类型 T 的所有服务。
|
RemoveAllKeyed(IServiceCollection, Type, Object)
|
删除 collection 中类型 serviceType 的所有服务。
|
RemoveAllKeyed<T>(IServiceCollection, Object)
|
删除 collection 中类型 T 的所有服务。
|
Replace(IServiceCollection, ServiceDescriptor)
|
删除与 descriptor 相同的服务类型的 IServiceCollection 中的第一个服务,并将 descriptor 添加到集合中。
|
TryAdd(IServiceCollection, ServiceDescriptor)
|
如果服务类型尚未注册,则向 collection 添加指定的 descriptor 。
|
TryAdd(IServiceCollection, IEnumerable<ServiceDescriptor>)
|
如果服务类型尚未注册,则向 collection 添加指定的 descriptors 。
|
TryAddEnumerable(IServiceCollection, ServiceDescriptor)
|
如果具有相同 ServiceType 的现有描述符和 services 中尚不存在的实现,则添加 ServiceDescriptor。
|
TryAddEnumerable(IServiceCollection, IEnumerable<ServiceDescriptor>)
|
如果具有相同 ServiceType 的现有描述符和 services 中尚不存在的实现,则添加指定的 ServiceDescriptor。
|
TryAddKeyedScoped(IServiceCollection, Type, Object)
|
将指定的 service 作为 Scoped 服务添加到 collection (如果尚未注册服务类型)。
|
TryAddKeyedScoped(IServiceCollection, Type, Object, Func<IServiceProvider,Object,Object>)
|
使用 implementationFactory 中指定的工厂将指定的 service 作为 Scoped 服务添加到 collection (如果尚未注册服务类型)。
|
TryAddKeyedScoped(IServiceCollection, Type, Object, Type)
|
将指定的 service 作为具有 implementationType 实现的 Scoped 服务添加到 collection (如果尚未注册服务类型)。
|
TryAddKeyedScoped<TService>(IServiceCollection, Object)
|
将指定的 TService 作为 Scoped 服务添加到 collection (如果尚未注册服务类型)。
|
TryAddKeyedScoped<TService>(IServiceCollection, Object, Func<IServiceProvider,Object,TService>)
|
使用 implementationFactory 中指定的工厂将指定的 TService 作为 Scoped 服务添加到 services (如果尚未注册服务类型)。
|
TryAddKeyedScoped<TService,TImplementation>(IServiceCollection, Object)
|
将指定的 TService 添加为在 TImplementation 中指定的 Scoped 服务实现类型,如果尚未注册服务类型,则将其添加到 collection 。
|
TryAddKeyedSingleton(IServiceCollection, Type, Object)
|
将指定的 service 作为 Singleton 服务添加到 collection (如果尚未注册服务类型)。
|
TryAddKeyedSingleton(IServiceCollection, Type, Object, Func<IServiceProvider,Object,Object>)
|
使用 implementationFactory 中指定的工厂将指定的 service 作为 Singleton 服务添加到 collection (如果尚未注册服务类型)。
|
TryAddKeyedSingleton(IServiceCollection, Type, Object, Type)
|
将指定的 service 作为具有 implementationType 实现的 Singleton 服务添加到 collection (如果尚未注册服务类型)。
|
TryAddKeyedSingleton<TService>(IServiceCollection, Object)
|
将指定的 TService 作为 Singleton 服务添加到 collection (如果尚未注册服务类型)。
|
TryAddKeyedSingleton<TService>(IServiceCollection, Object, TService)
|
如果尚未注册服务类型,则将指定的 TService 添加为 Singleton 服务,并在 instance 中指定的实例添加到 collection 。
|
TryAddKeyedSingleton<TService>(IServiceCollection, Object, Func<IServiceProvider,Object,TService>)
|
使用 implementationFactory 中指定的工厂将指定的 TService 作为 Singleton 服务添加到 services (如果尚未注册服务类型)。
|
TryAddKeyedSingleton<TService,TImplementation>(IServiceCollection, Object)
|
将指定的 TService 添加为在 TImplementation 中指定的 Singleton 服务实现类型,如果尚未注册服务类型,则将其添加到 collection 。
|
TryAddKeyedTransient(IServiceCollection, Type, Object)
|
将指定的 service 作为 Transient 服务添加到 collection (如果尚未注册服务类型)。
|
TryAddKeyedTransient(IServiceCollection, Type, Object, Func<IServiceProvider,Object,Object>)
|
使用 implementationFactory 中指定的工厂将指定的 service 作为 Transient 服务添加到 collection (如果尚未注册服务类型)。
|
TryAddKeyedTransient(IServiceCollection, Type, Object, Type)
|
将指定的 service 作为具有 implementationType 实现的 Transient 服务添加到 collection (如果尚未注册服务类型)。
|
TryAddKeyedTransient<TService>(IServiceCollection, Object)
|
将指定的 TService 作为 Transient 服务添加到 collection (如果尚未注册服务类型)。
|
TryAddKeyedTransient<TService>(IServiceCollection, Object, Func<IServiceProvider,Object,TService>)
|
使用 implementationFactory 中指定的工厂将指定的 TService 作为 Transient 服务添加到 services (如果尚未注册服务类型)。
|
TryAddKeyedTransient<TService,TImplementation>(IServiceCollection, Object)
|
将指定的 TService 添加为在 TImplementation 中指定的 Transient 服务实现类型,如果尚未注册服务类型,则将其添加到 collection 。
|
TryAddScoped(IServiceCollection, Type)
|
将指定的 service 作为 Scoped 服务添加到 collection (如果尚未注册服务类型)。
|
TryAddScoped(IServiceCollection, Type, Func<IServiceProvider,Object>)
|
使用 implementationFactory 中指定的工厂将指定的 service 作为 Scoped 服务添加到 collection (如果尚未注册服务类型)。
|
TryAddScoped(IServiceCollection, Type, Type)
|
将指定的 service 作为具有 implementationType 实现的 Scoped 服务添加到 collection (如果尚未注册服务类型)。
|
TryAddScoped<TService>(IServiceCollection)
|
将指定的 TService 作为 Scoped 服务添加到 collection (如果尚未注册服务类型)。
|
TryAddScoped<TService>(IServiceCollection, Func<IServiceProvider,TService>)
|
使用 implementationFactory 中指定的工厂将指定的 TService 作为 Scoped 服务添加到 services (如果尚未注册服务类型)。
|
TryAddScoped<TService,TImplementation>(IServiceCollection)
|
将指定的 TService 添加为在 TImplementation 中指定的 Scoped 服务实现类型,如果尚未注册服务类型,则将其添加到 collection 。
|
TryAddSingleton(IServiceCollection, Type)
|
将指定的 service 作为 Singleton 服务添加到 collection (如果尚未注册服务类型)。
|
TryAddSingleton(IServiceCollection, Type, Func<IServiceProvider,Object>)
|
使用 implementationFactory 中指定的工厂将指定的 service 作为 Singleton 服务添加到 collection (如果尚未注册服务类型)。
|
TryAddSingleton(IServiceCollection, Type, Type)
|
将指定的 service 作为具有 implementationType 实现的 Singleton 服务添加到 collection (如果尚未注册服务类型)。
|
TryAddSingleton<TService>(IServiceCollection)
|
将指定的 TService 作为 Singleton 服务添加到 collection (如果尚未注册服务类型)。
|
TryAddSingleton<TService>(IServiceCollection, TService)
|
如果尚未注册服务类型,则将指定的 TService 添加为 Singleton 服务,并在 instance 中指定的实例添加到 collection 。
|
TryAddSingleton<TService>(IServiceCollection, Func<IServiceProvider,TService>)
|
使用 implementationFactory 中指定的工厂将指定的 TService 作为 Singleton 服务添加到 services (如果尚未注册服务类型)。
|
TryAddSingleton<TService,TImplementation>(IServiceCollection)
|
将指定的 TService 添加为在 TImplementation 中指定的 Singleton 服务实现类型,如果尚未注册服务类型,则将其添加到 collection 。
|
TryAddTransient(IServiceCollection, Type)
|
将指定的 service 作为 Transient 服务添加到 collection (如果尚未注册服务类型)。
|
TryAddTransient(IServiceCollection, Type, Func<IServiceProvider,Object>)
|
使用 implementationFactory 中指定的工厂将指定的 service 作为 Transient 服务添加到 collection (如果尚未注册服务类型)。
|
TryAddTransient(IServiceCollection, Type, Type)
|
将指定的 service 作为具有 implementationType 实现的 Transient 服务添加到 collection (如果尚未注册服务类型)。
|
TryAddTransient<TService>(IServiceCollection)
|
将指定的 TService 作为 Transient 服务添加到 collection (如果尚未注册服务类型)。
|
TryAddTransient<TService>(IServiceCollection, Func<IServiceProvider,TService>)
|
使用 implementationFactory 中指定的工厂将指定的 TService 作为 Transient 服务添加到 services (如果尚未注册服务类型)。
|
TryAddTransient<TService,TImplementation>(IServiceCollection)
|
将指定的 TService 添加为在 TImplementation 中指定的 Transient 服务实现类型,如果尚未注册服务类型,则将其添加到 collection 。
|
AddFakeLogging(IServiceCollection)
|
使用默认选项配置假日志记录。
|
AddFakeLogging(IServiceCollection, IConfigurationSection)
|
配置假日志记录。
|
AddFakeLogging(IServiceCollection, Action<FakeLogCollectorOptions>)
|
配置假日志记录。
|
AddFakeRedaction(IServiceCollection)
|
注册始终返回假重函数实例的假重函数提供程序。
|
AddFakeRedaction(IServiceCollection, Action<FakeRedactorOptions>)
|
注册始终返回假重函数实例的假重函数提供程序。
|
AddHealthChecks(IServiceCollection)
|
使用提供的委托将 HealthCheckService 添加到容器,以注册运行状况检查。
|
AddHttpClient(IServiceCollection)
|
将 IHttpClientFactory 和相关服务添加到 IServiceCollection。
|
AddHttpClient(IServiceCollection, String)
|
将 IHttpClientFactory 和相关服务添加到 IServiceCollection 并配置命名 HttpClient。
|
AddHttpClient(IServiceCollection, String, Action<IServiceProvider,HttpClient>)
|
将 IHttpClientFactory 和相关服务添加到 IServiceCollection 并配置命名 HttpClient。
|
AddHttpClient(IServiceCollection, String, Action<HttpClient>)
|
将 IHttpClientFactory 和相关服务添加到 IServiceCollection 并配置命名 HttpClient。
|
AddHttpClient<TClient>(IServiceCollection)
|
将 IHttpClientFactory 和相关服务添加到 IServiceCollection,并在 TClient 类型和命名 HttpClient之间配置绑定。 客户端名称将设置为 TClient 的全名。
|
AddHttpClient<TClient>(IServiceCollection, Action<IServiceProvider,HttpClient>)
|
将 IHttpClientFactory 和相关服务添加到 IServiceCollection,并在 TClient 类型和命名 HttpClient之间配置绑定。 客户端名称将设置为 TClient 的类型名称。
|
AddHttpClient<TClient>(IServiceCollection, Action<HttpClient>)
|
将 IHttpClientFactory 和相关服务添加到 IServiceCollection,并在 TClient 类型和命名 HttpClient之间配置绑定。 客户端名称将设置为 TClient 的类型名称。
|
AddHttpClient<TClient>(IServiceCollection, String)
|
将 IHttpClientFactory 和相关服务添加到 IServiceCollection,并在 TClient 类型和命名 HttpClient之间配置绑定。
|
AddHttpClient<TClient>(IServiceCollection, String, Action<IServiceProvider,HttpClient>)
|
将 IHttpClientFactory 和相关服务添加到 IServiceCollection,并在 TClient 类型和命名 HttpClient之间配置绑定。
|
AddHttpClient<TClient>(IServiceCollection, String, Action<HttpClient>)
|
将 IHttpClientFactory 和相关服务添加到 IServiceCollection,并在 TClient 类型和命名 HttpClient之间配置绑定。
|
AddHttpClient<TClient,TImplementation>(IServiceCollection)
|
将 IHttpClientFactory 和相关服务添加到 IServiceCollection,并在 TClient 类型和命名 HttpClient之间配置绑定。 客户端名称将设置为 TClient 的类型名称。
|
AddHttpClient<TClient,TImplementation>(IServiceCollection, Action<IServiceProvider,HttpClient>)
|
将 IHttpClientFactory 和相关服务添加到 IServiceCollection,并在 TClient 类型和命名 HttpClient之间配置绑定。 客户端名称将设置为 TClient 的类型名称。
|
AddHttpClient<TClient,TImplementation>(IServiceCollection, Action<HttpClient>)
|
将 IHttpClientFactory 和相关服务添加到 IServiceCollection,并在 TClient 类型和命名 HttpClient之间配置绑定。 客户端名称将设置为 TClient 的类型名称。
|
AddHttpClient<TClient,TImplementation>(IServiceCollection, Func<HttpClient,TImplementation>)
|
将 IHttpClientFactory 和相关服务添加到 IServiceCollection,并在 TClient 类型和命名 HttpClient之间配置绑定。
|
AddHttpClient<TClient,TImplementation>(IServiceCollection, Func<HttpClient,IServiceProvider,TImplementation>)
|
将 IHttpClientFactory 和相关服务添加到 IServiceCollection,并在 TClient 类型和命名 HttpClient之间配置绑定。
|
AddHttpClient<TClient,TImplementation>(IServiceCollection, String)
|
将 IHttpClientFactory 和相关服务添加到 IServiceCollection,并在 TClient 类型和命名 HttpClient之间配置绑定。 客户端名称将设置为 TClient 的类型名称。
|
AddHttpClient<TClient,TImplementation>(IServiceCollection, String, Action<IServiceProvider,HttpClient>)
|
将 IHttpClientFactory 和相关服务添加到 IServiceCollection,并在 TClient 类型和命名 HttpClient之间配置绑定。
|
AddHttpClient<TClient,TImplementation>(IServiceCollection, String, Action<HttpClient>)
|
将 IHttpClientFactory 和相关服务添加到 IServiceCollection,并在 TClient 类型和命名 HttpClient之间配置绑定。
|
AddHttpClient<TClient,TImplementation>(IServiceCollection, String, Func<HttpClient,TImplementation>)
|
将 IHttpClientFactory 和相关服务添加到 IServiceCollection,并在 TClient 类型和命名 HttpClient之间配置绑定。
|
AddHttpClient<TClient,TImplementation>(IServiceCollection, String, Func<HttpClient,IServiceProvider,TImplementation>)
|
将 IHttpClientFactory 和相关服务添加到 IServiceCollection,并在 TClient 类型和命名 HttpClient之间配置绑定。
|
ConfigureHttpClientDefaults(IServiceCollection, Action<IHttpClientBuilder>)
|
添加将用于配置所有 HttpClient 实例的委托。
|
AddHttpClientLatencyTelemetry(IServiceCollection)
|
添加 DelegatingHandler 以收集延迟信息并扩充所有 http 客户端的传出请求日志。
|
AddHttpClientLatencyTelemetry(IServiceCollection, IConfigurationSection)
|
添加 DelegatingHandler 以收集延迟信息并扩充所有 http 客户端的传出请求日志。
|
AddHttpClientLatencyTelemetry(IServiceCollection, Action<HttpClientLatencyTelemetryOptions>)
|
添加 DelegatingHandler 以收集延迟信息并扩充所有 http 客户端的传出请求日志。
|
AddExtendedHttpClientLogging(IServiceCollection)
|
添加一个 IHttpClientAsyncLogger,为使用 IHttpClientFactory创建的所有 HTTP 客户端发出传出请求的日志。
|
AddExtendedHttpClientLogging(IServiceCollection, IConfigurationSection)
|
添加一个 IHttpClientAsyncLogger,为使用 IHttpClientFactory创建的所有 HTTP 客户端发出传出请求的日志。
|
AddExtendedHttpClientLogging(IServiceCollection, Action<LoggingOptions>)
|
添加一个 IHttpClientAsyncLogger,为使用 IHttpClientFactory创建的所有 HTTP 客户端发出传出请求的日志。
|
AddHttpClientLogEnricher<T>(IServiceCollection)
|
将 T 扩充器实例添加到 IServiceCollection 以扩充 HttpClient 日志。
|
AddDownstreamDependencyMetadata(IServiceCollection, IDownstreamDependencyMetadata)
|
添加依赖项元数据。
|
AddDownstreamDependencyMetadata<T>(IServiceCollection)
|
添加依赖项元数据。
|
AddHybridCache(IServiceCollection)
|
指定服务描述符集合的协定。
|
AddHybridCache(IServiceCollection, Action<HybridCacheOptions>)
|
指定服务描述符集合的协定。
|
AddKubernetesProbes(IServiceCollection)
|
使用默认选项注册实时、启动和就绪情况探测。
|
AddKubernetesProbes(IServiceCollection, IConfigurationSection)
|
使用配置的选项注册实时性、启动和就绪情况探测。
|
AddKubernetesProbes(IServiceCollection, Action<KubernetesProbesOptions>)
|
使用配置的选项注册实时性、启动和就绪情况探测。
|
AddConsoleLatencyDataExporter(IServiceCollection)
|
为控制台添加延迟数据导出程序。
|
AddConsoleLatencyDataExporter(IServiceCollection, IConfigurationSection)
|
为控制台添加延迟数据导出程序。
|
AddConsoleLatencyDataExporter(IServiceCollection, Action<LatencyConsoleOptions>)
|
为控制台添加延迟数据导出程序。
|
AddLatencyContext(IServiceCollection)
|
添加延迟上下文。
|
AddLatencyContext(IServiceCollection, IConfigurationSection)
|
添加延迟上下文。
|
AddLatencyContext(IServiceCollection, Action<LatencyContextOptions>)
|
添加延迟上下文。
|
RegisterCheckpointNames(IServiceCollection, String[])
|
为延迟上下文注册一组检查点名称。
|
RegisterMeasureNames(IServiceCollection, String[])
|
为延迟上下文注册一组度量值名称。
|
RegisterTagNames(IServiceCollection, String[])
|
为延迟上下文注册一组标记名称。
|
AddLocalization(IServiceCollection)
|
添加应用程序本地化所需的服务。
|
AddLocalization(IServiceCollection, Action<LocalizationOptions>)
|
添加应用程序本地化所需的服务。
|
AddLogging(IServiceCollection)
|
将日志记录服务添加到指定的 IServiceCollection。
|
AddLogging(IServiceCollection, Action<ILoggingBuilder>)
|
将日志记录服务添加到指定的 IServiceCollection。
|
AddDistributedMemoryCache(IServiceCollection)
|
将存储内存中的项 IDistributedCache 的默认实现添加到 IServiceCollection。 需要分布式缓存工作的框架可以安全地添加此依赖项作为其依赖项列表的一部分,以确保至少有一个实现可用。
|
AddDistributedMemoryCache(IServiceCollection, Action<MemoryDistributedCacheOptions>)
|
将存储内存中的项 IDistributedCache 的默认实现添加到 IServiceCollection。 需要分布式缓存工作的框架可以安全地添加此依赖项作为其依赖项列表的一部分,以确保至少有一个实现可用。
|
AddMemoryCache(IServiceCollection)
|
将 IMemoryCache 的非分布式内存实现添加到 IServiceCollection。
|
AddMemoryCache(IServiceCollection, Action<MemoryCacheOptions>)
|
将 IMemoryCache 的非分布式内存实现添加到 IServiceCollection。
|
AddMetrics(IServiceCollection)
|
将指标服务添加到指定的 IServiceCollection。
|
AddMetrics(IServiceCollection, Action<IMetricsBuilder>)
|
将指标服务添加到指定的 IServiceCollection。
|
AddNullLatencyContext(IServiceCollection)
|
将 no-op 延迟上下文添加到依赖项注入容器。
|
AddPooled<TService>(IServiceCollection, Action<DependencyInjectionPoolOptions>)
|
添加 ObjectPool<T>,并允许 DI 返回 TService 的范围实例。
|
AddPooled<TService,TImplementation>(IServiceCollection, Action<DependencyInjectionPoolOptions>)
|
添加 ObjectPool<T>,并允许 DI 返回 TService 的范围实例。
|
ConfigurePool<TService>(IServiceCollection, Action<DependencyInjectionPoolOptions>)
|
注册用于配置类型化池 DependencyInjectionPoolOptions 的操作。
|
ConfigurePools(IServiceCollection, IConfigurationSection)
|
配置 DI 池。
|
Configure<TOptions>(IServiceCollection, IConfiguration)
|
注册 TOptions 将绑定的配置实例,并在配置更改时更新选项。
|
Configure<TOptions>(IServiceCollection, IConfiguration, Action<BinderOptions>)
|
注册 TOptions 将绑定到的配置实例。
|
Configure<TOptions>(IServiceCollection, String, IConfiguration)
|
注册 TOptions 将绑定到的配置实例。
|
Configure<TOptions>(IServiceCollection, String, IConfiguration, Action<BinderOptions>)
|
注册 TOptions 将绑定到的配置实例。
|
AddOptions(IServiceCollection)
|
添加使用选项所需的服务。
|
AddOptions<TOptions>(IServiceCollection)
|
获取将同一命名 TOptions Configure 调用转发到基础服务集合的选项生成器。
|
AddOptions<TOptions>(IServiceCollection, String)
|
获取将同一命名 TOptions Configure 调用转发到基础服务集合的选项生成器。
|
AddOptionsWithValidateOnStart<TOptions>(IServiceCollection, String)
|
添加使用选项所需的服务,并在启动时而不是在运行时强制实施选项验证检查。
|
AddOptionsWithValidateOnStart<TOptions,TValidateOptions>(IServiceCollection, String)
|
添加使用选项所需的服务,并在启动时而不是在运行时强制实施选项验证检查。
|
Configure<TOptions>(IServiceCollection, Action<TOptions>)
|
注册用于在启动期间配置特定类型的选项的操作。 这是在 PostConfigure<TOptions>(IServiceCollection, Action<TOptions>)之前运行的。 对配置的更新不会再次调用该操作。
|
Configure<TOptions>(IServiceCollection, String, Action<TOptions>)
|
注册用于配置特定类型的选项的操作。 这些在 PostConfigure<TOptions>(IServiceCollection, Action<TOptions>)之前运行。
|
ConfigureAll<TOptions>(IServiceCollection, Action<TOptions>)
|
注册用于配置特定类型选项的所有实例的操作。
|
ConfigureOptions(IServiceCollection, Object)
|
注册将注册其所有 I[Post]ConfigureOptions 的对象。
|
ConfigureOptions(IServiceCollection, Type)
|
注册将注册其所有 I[Post]ConfigureOptions 的类型。
|
ConfigureOptions<TConfigureOptions>(IServiceCollection)
|
注册将注册其所有 I[Post]ConfigureOptions 的类型。
|
PostConfigure<TOptions>(IServiceCollection, Action<TOptions>)
|
注册用于初始化特定类型的选项的操作。 这些在 Configure<TOptions>(IServiceCollection, Action<TOptions>)之后运行。
|
PostConfigure<TOptions>(IServiceCollection, String, Action<TOptions>)
|
注册用于配置特定类型的选项的操作。 这些在 Configure<TOptions>(IServiceCollection, Action<TOptions>)之后运行。
|
PostConfigureAll<TOptions>(IServiceCollection, Action<TOptions>)
|
注册用于发布配置特定类型选项的所有实例的操作。 这些在 Configure<TOptions>(IServiceCollection, Action<TOptions>)之后运行。
|
AddPolicyRegistry(IServiceCollection)
|
使用服务类型 IPolicyRegistry<TKey>注册服务集合中的空 PolicyRegistry,并 IReadOnlyPolicyRegistry<TKey> 并返回新创建的注册表。
|
AddPolicyRegistry(IServiceCollection, IPolicyRegistry<String>)
|
使用服务类型 IPolicyRegistry<TKey>注册服务集合中提供的 IPolicyRegistry<TKey>,并 IReadOnlyPolicyRegistry<TKey> 并返回提供的注册表。
|
AddPolicyRegistry(IServiceCollection, Action<IServiceProvider,IPolicyRegistry<String>>)
|
指定服务描述符集合的协定。
|
AddProcessLogEnricher(IServiceCollection)
|
将进程扩充器实例添加到 IServiceCollection。
|
AddProcessLogEnricher(IServiceCollection, IConfigurationSection)
|
将主机扩充器实例添加到 IServiceCollection。
|
AddProcessLogEnricher(IServiceCollection, Action<ProcessLogEnricherOptions>)
|
将进程扩充器实例添加到 IServiceCollection。
|
AddRedaction(IServiceCollection)
|
在 IServiceCollection中注册 IRedactorProvider 的实现。
|
AddRedaction(IServiceCollection, Action<IRedactionBuilder>)
|
在 IServiceCollection 中注册 IRedactorProvider 的实现,并配置可用的 redactors。
|
AddResilienceEnricher(IServiceCollection)
|
添加复原扩充器。
|
AddResourceMonitoring(IServiceCollection)
|
配置 IResourceMonitor 实现并将其添加到服务集合。
|
AddResourceMonitoring(IServiceCollection, Action<IResourceMonitorBuilder>)
|
配置 IResourceMonitor 实现并将其添加到服务集合。
|
BuildServiceProvider(IServiceCollection)
|
从提供的 IServiceCollection创建包含服务的 ServiceProvider。
|
BuildServiceProvider(IServiceCollection, ServiceProviderOptions)
|
从提供的 IServiceCollection 创建包含服务的 ServiceProvider(可选)启用服务创建和范围验证。
|
BuildServiceProvider(IServiceCollection, Boolean)
|
创建一个 ServiceProvider,其中包含提供的 IServiceCollection 的服务(可选)启用范围验证。
|
AddHostedService<THostedService>(IServiceCollection)
|
为给定类型添加 IHostedService 注册。
|
AddHostedService<THostedService>(IServiceCollection, Func<IServiceProvider,THostedService>)
|
为给定类型添加 IHostedService 注册。
|
AddKeyedScoped(IServiceCollection, Type, Object)
|
将 serviceType 中指定的类型的作用域服务添加到指定的 IServiceCollection。
|
AddKeyedScoped(IServiceCollection, Type, Object, Func<IServiceProvider,Object,Object>)
|
将 serviceType 中指定的类型的作用域服务添加到指定 implementationFactory 中指定的工厂添加到指定的 IServiceCollection。
|
AddKeyedScoped(IServiceCollection, Type, Object, Type)
|
将 serviceType 中指定的类型的作用域服务添加到指定 implementationType 中指定的类型的实现添加到指定的 IServiceCollection。
|
AddKeyedScoped<TService>(IServiceCollection, Object)
|
将 TService 中指定的类型的作用域服务添加到指定的 IServiceCollection。
|
AddKeyedScoped<TService>(IServiceCollection, Object, Func<IServiceProvider,Object,TService>)
|
将 TService 中指定的类型的作用域服务添加到指定 implementationFactory 中指定的工厂添加到指定的 IServiceCollection。
|
AddKeyedScoped<TService,TImplementation>(IServiceCollection, Object)
|
将 TService 中指定的类型的作用域服务添加到指定 TImplementation 中指定的实现类型添加到指定的 IServiceCollection。
|
AddKeyedScoped<TService,TImplementation>(IServiceCollection, Object, Func<IServiceProvider,Object,TImplementation>)
|
使用指定 implementationFactory 中指定的工厂将 TService 中指定的类型的范围服务添加到指定的 IServiceCollectionTImplementation 中指定的实现类型。
|
AddKeyedSingleton(IServiceCollection, Type, Object)
|
将 serviceType 中指定的类型的单一实例服务添加到指定的 IServiceCollection。
|
AddKeyedSingleton(IServiceCollection, Type, Object, Func<IServiceProvider,Object,Object>)
|
将 serviceType 中指定的类型的单一实例服务添加到指定 implementationFactory 中指定的工厂添加到指定的 IServiceCollection。
|
AddKeyedSingleton(IServiceCollection, Type, Object, Object)
|
将 serviceType 中指定的类型的单一实例服务,并在 implementationInstance 中指定的实例添加到指定的 IServiceCollection。
|
AddKeyedSingleton(IServiceCollection, Type, Object, Type)
|
将 serviceType 中指定的类型的单一实例服务添加到指定 implementationType 中指定的类型的实现添加到指定的 IServiceCollection。
|
AddKeyedSingleton<TService>(IServiceCollection, Object)
|
将 TService 中指定的类型的单一实例服务添加到指定的 IServiceCollection。
|
AddKeyedSingleton<TService>(IServiceCollection, Object, TService)
|
将 TService 中指定的类型的单一实例服务,并在 implementationInstance 中指定的实例添加到指定的 IServiceCollection。
|
AddKeyedSingleton<TService>(IServiceCollection, Object, Func<IServiceProvider,Object,TService>)
|
将 TService 中指定的类型的单一实例服务添加到指定 implementationFactory 中指定的工厂添加到指定的 IServiceCollection。
|
AddKeyedSingleton<TService,TImplementation>(IServiceCollection, Object)
|
将 TService 中指定的类型的单一实例服务添加到指定 TImplementation 中指定的实现类型添加到指定的 IServiceCollection。
|
AddKeyedSingleton<TService,TImplementation>(IServiceCollection, Object, Func<IServiceProvider,Object,TImplementation>)
|
使用 implementationFactory 中指定的工厂将 TService 中指定的类型的单一实例服务添加到指定的 IServiceCollectionTImplementation 中指定的实现类型。
|
AddKeyedTransient(IServiceCollection, Type, Object)
|
将 serviceType 中指定的类型的暂时性服务添加到指定的 IServiceCollection。
|
AddKeyedTransient(IServiceCollection, Type, Object, Func<IServiceProvider,Object,Object>)
|
将 serviceType 中指定的类型的暂时性服务添加到指定 implementationFactory 中指定的工厂添加到指定的 IServiceCollection。
|
AddKeyedTransient(IServiceCollection, Type, Object, Type)
|
将 serviceType 中指定的类型的暂时性服务添加到指定 implementationType 中指定的类型的实现添加到指定的 IServiceCollection。
|
AddKeyedTransient<TService>(IServiceCollection, Object)
|
将 TService 中指定的类型的暂时性服务添加到指定的 IServiceCollection。
|
AddKeyedTransient<TService>(IServiceCollection, Object, Func<IServiceProvider,Object,TService>)
|
将 TService 中指定的类型的暂时性服务添加到指定 implementationFactory 中指定的工厂添加到指定的 IServiceCollection。
|
AddKeyedTransient<TService,TImplementation>(IServiceCollection, Object)
|
将 TService 中指定的类型的暂时性服务添加到指定的 TImplementation 中指定的实现类型添加到指定的 IServiceCollection。
|
AddKeyedTransient<TService,TImplementation>(IServiceCollection, Object, Func<IServiceProvider,Object,TImplementation>)
|
使用 implementationFactory 中指定的工厂将 TService 中指定的类型的暂时性服务添加到指定的 IServiceCollectionTImplementation 中指定的实现类型。
|
AddScoped(IServiceCollection, Type)
|
将 serviceType 中指定的类型的作用域服务添加到指定的 IServiceCollection。
|
AddScoped(IServiceCollection, Type, Func<IServiceProvider,Object>)
|
将 serviceType 中指定的类型的作用域服务添加到指定 implementationFactory 中指定的工厂添加到指定的 IServiceCollection。
|
AddScoped(IServiceCollection, Type, Type)
|
将 serviceType 中指定的类型的作用域服务添加到指定 implementationType 中指定的类型的实现添加到指定的 IServiceCollection。
|
AddScoped<TService>(IServiceCollection)
|
将 TService 中指定的类型的作用域服务添加到指定的 IServiceCollection。
|
AddScoped<TService>(IServiceCollection, Func<IServiceProvider,TService>)
|
将 TService 中指定的类型的作用域服务添加到指定 implementationFactory 中指定的工厂添加到指定的 IServiceCollection。
|
AddScoped<TService,TImplementation>(IServiceCollection)
|
将 TService 中指定的类型的作用域服务添加到指定 TImplementation 中指定的实现类型添加到指定的 IServiceCollection。
|
AddScoped<TService,TImplementation>(IServiceCollection, Func<IServiceProvider,TImplementation>)
|
使用指定 implementationFactory 中指定的工厂将 TService 中指定的类型的范围服务添加到指定的 IServiceCollectionTImplementation 中指定的实现类型。
|
AddSingleton(IServiceCollection, Type)
|
将 serviceType 中指定的类型的单一实例服务添加到指定的 IServiceCollection。
|
AddSingleton(IServiceCollection, Type, Func<IServiceProvider,Object>)
|
将 serviceType 中指定的类型的单一实例服务添加到指定 implementationFactory 中指定的工厂添加到指定的 IServiceCollection。
|
AddSingleton(IServiceCollection, Type, Object)
|
将 serviceType 中指定的类型的单一实例服务,并在 implementationInstance 中指定的实例添加到指定的 IServiceCollection。
|
AddSingleton(IServiceCollection, Type, Type)
|
将 serviceType 中指定的类型的单一实例服务添加到指定 implementationType 中指定的类型的实现添加到指定的 IServiceCollection。
|
AddSingleton<TService>(IServiceCollection)
|
将 TService 中指定的类型的单一实例服务添加到指定的 IServiceCollection。
|
AddSingleton<TService>(IServiceCollection, TService)
|
将 TService 中指定的类型的单一实例服务,并在 implementationInstance 中指定的实例添加到指定的 IServiceCollection。
|
AddSingleton<TService>(IServiceCollection, Func<IServiceProvider,TService>)
|
将 TService 中指定的类型的单一实例服务添加到指定 implementationFactory 中指定的工厂添加到指定的 IServiceCollection。
|
AddSingleton<TService,TImplementation>(IServiceCollection)
|
将 TService 中指定的类型的单一实例服务添加到指定 TImplementation 中指定的实现类型添加到指定的 IServiceCollection。
|
AddSingleton<TService,TImplementation>(IServiceCollection, Func<IServiceProvider,TImplementation>)
|
使用 implementationFactory 中指定的工厂将 TService 中指定的类型的单一实例服务添加到指定的 IServiceCollectionTImplementation 中指定的实现类型。
|
AddTransient(IServiceCollection, Type)
|
将 serviceType 中指定的类型的暂时性服务添加到指定的 IServiceCollection。
|
AddTransient(IServiceCollection, Type, Func<IServiceProvider,Object>)
|
将 serviceType 中指定的类型的暂时性服务添加到指定 implementationFactory 中指定的工厂添加到指定的 IServiceCollection。
|
AddTransient(IServiceCollection, Type, Type)
|
将 serviceType 中指定的类型的暂时性服务添加到指定 implementationType 中指定的类型的实现添加到指定的 IServiceCollection。
|
AddTransient<TService>(IServiceCollection)
|
将 TService 中指定的类型的暂时性服务添加到指定的 IServiceCollection。
|
AddTransient<TService>(IServiceCollection, Func<IServiceProvider,TService>)
|
将 TService 中指定的类型的暂时性服务添加到指定 implementationFactory 中指定的工厂添加到指定的 IServiceCollection。
|
AddTransient<TService,TImplementation>(IServiceCollection)
|
将 TService 中指定的类型的暂时性服务添加到指定的 TImplementation 中指定的实现类型添加到指定的 IServiceCollection。
|
AddTransient<TService,TImplementation>(IServiceCollection, Func<IServiceProvider,TImplementation>)
|
使用 implementationFactory 中指定的工厂将 TService 中指定的类型的暂时性服务添加到指定的 IServiceCollectionTImplementation 中指定的实现类型。
|
AddDistributedSqlServerCache(IServiceCollection, Action<SqlServerCacheOptions>)
|
将Microsoft SQL Server 分布式缓存服务添加到指定的 IServiceCollection。
|
AddStackExchangeRedisCache(IServiceCollection, Action<RedisCacheOptions>)
|
将 Redis 分布式缓存服务添加到指定的 IServiceCollection。
|
AddTcpEndpointProbe(IServiceCollection)
|
如果服务被视为正常 IHealthCheck,则使用 TCP 端口注册运行状况报告。
|
AddTcpEndpointProbe(IServiceCollection, IConfigurationSection)
|
如果服务被视为正常 IHealthCheck,则使用 TCP 端口注册运行状况报告。
|
AddTcpEndpointProbe(IServiceCollection, Action<TcpEndpointProbesOptions>)
|
如果服务被视为正常 IHealthCheck,则使用 TCP 端口注册运行状况报告。
|
AddTcpEndpointProbe(IServiceCollection, String)
|
如果服务被视为正常 IHealthCheck,则使用 TCP 端口注册运行状况报告。
|
AddTcpEndpointProbe(IServiceCollection, String, IConfigurationSection)
|
如果服务被视为正常 IHealthCheck,则使用 TCP 端口注册运行状况报告。
|
AddTcpEndpointProbe(IServiceCollection, String, Action<TcpEndpointProbesOptions>)
|
如果服务被视为正常 IHealthCheck,则使用 TCP 端口注册运行状况报告。
|
AddSystemd(IServiceCollection)
|
配置从 services 到 SystemdLifetime生成的 IHost 的生存期,为应用程序启动和停止提供通知消息,并将控制台日志记录配置为系统格式。
|
AddWindowsService(IServiceCollection)
|
配置从 services 生成到 WindowsServiceLifetime 的 IHost 的生存期,并启用使用应用程序名称作为默认源名称登录到事件日志。
|
AddWindowsService(IServiceCollection, Action<WindowsServiceLifetimeOptions>)
|
配置从 services 生成到 WindowsServiceLifetime 的 IHost 的生存期,并启用使用应用程序名称作为默认源名称登录到事件日志。
|
ToFrozenDictionary<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>, IEqualityComparer<TKey>)
|
根据指定的键选择器函数从 IEnumerable<T> 创建 FrozenDictionary<TKey,TValue>。
|
ToFrozenDictionary<TSource,TKey,TElement>(IEnumerable<TSource>, Func<TSource,TKey>, Func<TSource,TElement>, IEqualityComparer<TKey>)
|
根据指定的键选择器和元素选择器函数从 IEnumerable<T> 创建 FrozenDictionary<TKey,TValue>。
|
ToFrozenSet<T>(IEnumerable<T>, IEqualityComparer<T>)
|
创建具有指定值的 FrozenSet<T>。
|
AsReadOnly<T>(IList<T>)
|
返回指定列表的只读 ReadOnlyCollection<T> 包装器。
|
ToImmutableArray<TSource>(IEnumerable<TSource>)
|
从指定的集合创建不可变数组。
|
ToImmutableDictionary<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>)
|
从现有元素集合构造不可变字典,将转换函数应用于源键。
|
ToImmutableDictionary<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>, IEqualityComparer<TKey>)
|
基于序列的某些转换构造不可变字典。
|
ToImmutableDictionary<TSource,TKey,TValue>(IEnumerable<TSource>, Func<TSource,TKey>, Func<TSource,TValue>)
|
枚举和转换序列,并生成其内容的不可变字典。
|
ToImmutableDictionary<TSource,TKey,TValue>(IEnumerable<TSource>, Func<TSource,TKey>, Func<TSource,TValue>, IEqualityComparer<TKey>)
|
枚举和转换序列,并使用指定的键比较器生成其内容的不可变字典。
|
ToImmutableDictionary<TSource,TKey,TValue>(IEnumerable<TSource>,
Func<TSource,TKey>, Func<TSource,TValue>, IEqualityComparer<TKey>,
IEqualityComparer<TValue>)
|
枚举和转换序列,并使用指定的键和值比较器生成其内容的不可变字典。
|
ToImmutableHashSet<TSource>(IEnumerable<TSource>)
|
枚举序列并生成其内容的不可变哈希集。
|
ToImmutableHashSet<TSource>(IEnumerable<TSource>, IEqualityComparer<TSource>)
|
枚举序列,生成其内容的不可变哈希集,并为集类型使用指定的相等比较器。
|
ToImmutableList<TSource>(IEnumerable<TSource>)
|
枚举序列并生成其内容的不可变列表。
|
ToImmutableSortedDictionary<TSource,TKey,TValue>(IEnumerable<TSource>, Func<TSource,TKey>, Func<TSource,TValue>)
|
枚举和转换序列,并生成其内容的不可变排序字典。
|
ToImmutableSortedDictionary<TSource,TKey,TValue>(IEnumerable<TSource>, Func<TSource,TKey>, Func<TSource,TValue>, IComparer<TKey>)
|
枚举和转换序列,并使用指定的键比较器生成其内容的不可变排序字典。
|
ToImmutableSortedDictionary<TSource,TKey,TValue>(IEnumerable<TSource>,
Func<TSource,TKey>, Func<TSource,TValue>, IComparer<TKey>, IEqualityComparer<TValue>)
|
枚举和转换序列,并使用指定的键和值比较器生成其内容的不可变排序字典。
|
ToImmutableSortedSet<TSource>(IEnumerable<TSource>)
|
枚举序列并生成其内容的不可变排序集。
|
ToImmutableSortedSet<TSource>(IEnumerable<TSource>, IComparer<TSource>)
|
枚举序列,生成其内容的不可变排序集,并使用指定的比较器。
|
CopyToDataTable<T>(IEnumerable<T>)
|
返回一个包含 DataRow 对象副本的 DataTable,给定 IEnumerable<T> 对象的输入 IEnumerable<T> 对象,其中泛型参数 T DataRow。
|
CopyToDataTable<T>(IEnumerable<T>, DataTable, LoadOption)
|
给定泛型参数 T DataRow的输入 IEnumerable<T> 对象,将 DataRow 对象复制到指定的 DataTable。
|
CopyToDataTable<T>(IEnumerable<T>, DataTable, LoadOption, FillErrorEventHandler)
|
给定泛型参数 T DataRow的输入 IEnumerable<T> 对象,将 DataRow 对象复制到指定的 DataTable。
|
Aggregate<TSource>(IEnumerable<TSource>, Func<TSource,TSource,TSource>)
|
对序列应用累加器函数。
|
Aggregate<TSource,TAccumulate>(IEnumerable<TSource>, TAccumulate, Func<TAccumulate,TSource,TAccumulate>)
|
对序列应用累加器函数。 指定的种子值用作初始累加器值。
|
Aggregate<TSource,TAccumulate,TResult>(IEnumerable<TSource>, TAccumulate, Func<TAccumulate,TSource,TAccumulate>, Func<TAccumulate,TResult>)
|
对序列应用累加器函数。 指定的种子值用作初始累加器值,并且指定函数用于选择结果值。
|
AggregateBy<TSource,TKey,TAccumulate>(IEnumerable<TSource>, Func<TSource,
TKey>, TAccumulate, Func<TAccumulate,TSource,TAccumulate>, IEqualityComparer<TKey>)
|
指定服务描述符集合的协定。
|
AggregateBy<TSource,TKey,TAccumulate>(IEnumerable<TSource>, Func<TSource,
TKey>, Func<TKey,TAccumulate>, Func<TAccumulate,TSource,TAccumulate>,
IEqualityComparer<TKey>)
|
指定服务描述符集合的协定。
|
All<TSource>(IEnumerable<TSource>, Func<TSource,Boolean>)
|
确定序列的所有元素是否满足条件。
|
Any<TSource>(IEnumerable<TSource>)
|
确定序列是否包含任何元素。
|
Any<TSource>(IEnumerable<TSource>, Func<TSource,Boolean>)
|
确定序列的任何元素是否满足条件。
|
Append<TSource>(IEnumerable<TSource>, TSource)
|
将值追加到序列的末尾。
|
AsEnumerable<TSource>(IEnumerable<TSource>)
|
返回类型化为 IEnumerable<T>的输入。
|
Average<TSource>(IEnumerable<TSource>, Func<TSource,Decimal>)
|
计算通过对输入序列的每个元素调用转换函数获得的 Decimal 值的序列的平均值。
|
Average<TSource>(IEnumerable<TSource>, Func<TSource,Double>)
|
计算通过对输入序列的每个元素调用转换函数获得的 Double 值的序列的平均值。
|
Average<TSource>(IEnumerable<TSource>, Func<TSource,Int32>)
|
计算通过对输入序列的每个元素调用转换函数获得的 Int32 值的序列的平均值。
|
Average<TSource>(IEnumerable<TSource>, Func<TSource,Int64>)
|
计算通过对输入序列的每个元素调用转换函数获得的 Int64 值的序列的平均值。
|
Average<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Decimal>>)
|
计算一系列可为 null 的 Decimal 值的平均值,这些值是通过对输入序列的每个元素调用转换函数获得的。
|
Average<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Double>>)
|
计算一系列可为 null 的 Double 值的平均值,这些值是通过对输入序列的每个元素调用转换函数获得的。
|
Average<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Int32>>)
|
计算一系列可为 null 的 Int32 值的平均值,这些值是通过对输入序列的每个元素调用转换函数获得的。
|
Average<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Int64>>)
|
计算一系列可为 null 的 Int64 值的平均值,这些值是通过对输入序列的每个元素调用转换函数获得的。
|
Average<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Single>>)
|
计算一系列可为 null 的 Single 值的平均值,这些值是通过对输入序列的每个元素调用转换函数获得的。
|
Average<TSource>(IEnumerable<TSource>, Func<TSource,Single>)
|
计算通过对输入序列的每个元素调用转换函数获得的 Single 值的序列的平均值。
|
Cast<TResult>(IEnumerable)
|
将 IEnumerable 的元素强制转换为指定类型。
|
Chunk<TSource>(IEnumerable<TSource>, Int32)
|
将序列的元素拆分为大小块,最多 size 。
|
Concat<TSource>(IEnumerable<TSource>, IEnumerable<TSource>)
|
连接两个序列。
|
Contains<TSource>(IEnumerable<TSource>, TSource)
|
使用默认相等比较器确定序列是否包含指定的元素。
|
Contains<TSource>(IEnumerable<TSource>, TSource, IEqualityComparer<TSource>)
|
确定序列是否使用指定的 IEqualityComparer<T>包含指定的元素。
|
Count<TSource>(IEnumerable<TSource>)
|
返回序列中的元素数。
|
Count<TSource>(IEnumerable<TSource>, Func<TSource,Boolean>)
|
返回一个数字,该值代表指定序列中满足条件的元素数。
|
CountBy<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>, IEqualityComparer<TKey>)
|
指定服务描述符集合的协定。
|
DefaultIfEmpty<TSource>(IEnumerable<TSource>)
|
如果序列为空,则返回指定序列的元素或类型参数在单一实例集合中的默认值。
|
DefaultIfEmpty<TSource>(IEnumerable<TSource>, TSource)
|
如果序列为空,则返回指定序列的元素或单个实例集合中的指定值。
|
Distinct<TSource>(IEnumerable<TSource>)
|
通过使用默认相等比较器比较值,从序列中返回不同的元素。
|
Distinct<TSource>(IEnumerable<TSource>, IEqualityComparer<TSource>)
|
通过使用指定的 IEqualityComparer<T> 来比较值,从序列中返回不同的元素。
|
DistinctBy<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>)
|
根据指定的键选择器函数返回序列中的不同元素。
|
DistinctBy<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>, IEqualityComparer<TKey>)
|
根据指定的键选择器函数并使用指定的比较器比较键,从序列中返回不同的元素。
|
ElementAt<TSource>(IEnumerable<TSource>, Index)
|
返回序列中指定索引处的元素。
|
ElementAt<TSource>(IEnumerable<TSource>, Int32)
|
返回序列中指定索引处的元素。
|
ElementAtOrDefault<TSource>(IEnumerable<TSource>, Index)
|
返回序列中指定索引处的元素;如果索引范围不足,则返回默认值。
|
ElementAtOrDefault<TSource>(IEnumerable<TSource>, Int32)
|
返回序列中指定索引处的元素;如果索引范围不足,则返回默认值。
|
Except<TSource>(IEnumerable<TSource>, IEnumerable<TSource>)
|
使用默认相等比较器来比较值,生成两个序列的集差。
|
Except<TSource>(IEnumerable<TSource>, IEnumerable<TSource>, IEqualityComparer<TSource>)
|
通过使用指定的 IEqualityComparer<T> 来比较值,生成两个序列的集差异。
|
ExceptBy<TSource,TKey>(IEnumerable<TSource>, IEnumerable<TKey>, Func<TSource,TKey>)
|
根据指定的键选择器函数生成两个序列的集差异。
|
ExceptBy<TSource,TKey>(IEnumerable<TSource>, IEnumerable<TKey>, Func<TSource,TKey>, IEqualityComparer<TKey>)
|
根据指定的键选择器函数生成两个序列的集差异。
|
First<TSource>(IEnumerable<TSource>)
|
返回序列的第一个元素。
|
First<TSource>(IEnumerable<TSource>, Func<TSource,Boolean>)
|
返回满足指定条件的序列中的第一个元素。
|
FirstOrDefault<TSource>(IEnumerable<TSource>)
|
返回序列的第一个元素;如果序列不包含任何元素,则返回默认值。
|
FirstOrDefault<TSource>(IEnumerable<TSource>, TSource)
|
返回序列的第一个元素;如果序列不包含任何元素,则返回指定的默认值。
|
FirstOrDefault<TSource>(IEnumerable<TSource>, Func<TSource,Boolean>)
|
返回满足条件的序列的第一个元素;如果未找到此类元素,则返回默认值。
|
FirstOrDefault<TSource>(IEnumerable<TSource>, Func<TSource,Boolean>, TSource)
|
返回满足条件的序列的第一个元素;如果未找到此类元素,则返回指定的默认值。
|
GroupBy<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>)
|
根据指定的键选择器函数对序列的元素进行分组。
|
GroupBy<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>, IEqualityComparer<TKey>)
|
根据指定的键选择器函数对序列的元素进行分组,并使用指定的比较器比较键。
|
GroupBy<TSource,TKey,TElement>(IEnumerable<TSource>, Func<TSource,TKey>, Func<TSource,TElement>)
|
根据指定的键选择器函数对序列的元素进行分组,并使用指定的函数投影每个组的元素。
|
GroupBy<TSource,TKey,TElement>(IEnumerable<TSource>, Func<TSource,TKey>, Func<TSource,TElement>, IEqualityComparer<TKey>)
|
根据键选择器函数对序列的元素进行分组。 通过使用比较器比较键,并且每个组的元素都通过使用指定的函数进行投影。
|
GroupBy<TSource,TKey,TResult>(IEnumerable<TSource>, Func<TSource,TKey>, Func<TKey,IEnumerable<TSource>,TResult>)
|
根据指定的键选择器函数对序列的元素进行分组,并从每个组及其键创建结果值。
|
GroupBy<TSource,TKey,TResult>(IEnumerable<TSource>, Func<TSource,TKey>, Func<TKey,IEnumerable<TSource>,TResult>, IEqualityComparer<TKey>)
|
根据指定的键选择器函数对序列的元素进行分组,并从每个组及其键创建结果值。 使用指定的比较器比较键。
|
GroupBy<TSource,TKey,TElement,TResult>(IEnumerable<TSource>, Func<TSource,TKey>, Func<TSource,TElement>, Func<TKey,IEnumerable<TElement>,TResult>)
|
根据指定的键选择器函数对序列的元素进行分组,并从每个组及其键创建结果值。 每个组的元素是使用指定的函数投影的。
|
GroupBy<TSource,TKey,TElement,TResult>(IEnumerable<TSource>, Func<TSource,
TKey>, Func<TSource,TElement>, Func<TKey,IEnumerable<TElement>,
TResult>, IEqualityComparer<TKey>)
|
根据指定的键选择器函数对序列的元素进行分组,并从每个组及其键创建结果值。 使用指定的比较器比较键值,并且每个组的元素都通过使用指定的函数进行投影。
|
GroupJoin<TOuter,TInner,TKey,TResult>(IEnumerable<TOuter>, IEnumerable<TInner>,
Func<TOuter,TKey>, Func<TInner,TKey>, Func<TOuter,IEnumerable<TInner>,
TResult>)
|
根据键的相等性关联两个序列的元素,并对结果进行分组。 默认相等比较器用于比较键。
|
GroupJoin<TOuter,TInner,TKey,TResult>(IEnumerable<TOuter>, IEnumerable<TInner>,
Func<TOuter,TKey>, Func<TInner,TKey>, Func<TOuter,IEnumerable<TInner>,
TResult>, IEqualityComparer<TKey>)
|
根据键相等性关联两个序列的元素,并对结果进行分组。 指定的 IEqualityComparer<T> 用于比较键。
|
Index<TSource>(IEnumerable<TSource>)
|
返回一个可枚举值,该枚举将元素的索引合并到元组中。
|
Intersect<TSource>(IEnumerable<TSource>, IEnumerable<TSource>)
|
通过使用默认相等比较器来比较值,生成两个序列的集交集。
|
Intersect<TSource>(IEnumerable<TSource>, IEnumerable<TSource>, IEqualityComparer<TSource>)
|
通过使用指定的 IEqualityComparer<T> 来比较值,生成两个序列的集交集。
|
IntersectBy<TSource,TKey>(IEnumerable<TSource>, IEnumerable<TKey>, Func<TSource,TKey>)
|
根据指定的键选择器函数生成两个序列的集交集。
|
IntersectBy<TSource,TKey>(IEnumerable<TSource>, IEnumerable<TKey>, Func<TSource,TKey>, IEqualityComparer<TKey>)
|
根据指定的键选择器函数生成两个序列的集交集。
|
Join<TOuter,TInner,TKey,TResult>(IEnumerable<TOuter>, IEnumerable<TInner>, Func<TOuter,TKey>, Func<TInner,TKey>, Func<TOuter,TInner,TResult>)
|
根据匹配键关联两个序列的元素。 默认相等比较器用于比较键。
|
Join<TOuter,TInner,TKey,TResult>(IEnumerable<TOuter>, IEnumerable<TInner>,
Func<TOuter,TKey>, Func<TInner,TKey>, Func<TOuter,TInner,TResult>,
IEqualityComparer<TKey>)
|
根据匹配键关联两个序列的元素。 指定的 IEqualityComparer<T> 用于比较键。
|
Last<TSource>(IEnumerable<TSource>)
|
返回序列的最后一个元素。
|
Last<TSource>(IEnumerable<TSource>, Func<TSource,Boolean>)
|
返回满足指定条件的序列的最后一个元素。
|
LastOrDefault<TSource>(IEnumerable<TSource>)
|
返回序列的最后一个元素;如果序列不包含任何元素,则返回默认值。
|
LastOrDefault<TSource>(IEnumerable<TSource>, TSource)
|
返回序列的最后一个元素;如果序列不包含任何元素,则返回指定的默认值。
|
LastOrDefault<TSource>(IEnumerable<TSource>, Func<TSource,Boolean>)
|
返回满足条件的序列的最后一个元素;如果未找到此类元素,则返回默认值。
|
LastOrDefault<TSource>(IEnumerable<TSource>, Func<TSource,Boolean>, TSource)
|
返回满足条件的序列的最后一个元素;如果未找到此类元素,则返回指定的默认值。
|
LongCount<TSource>(IEnumerable<TSource>)
|
返回一个表示序列中元素总数的 Int64。
|
LongCount<TSource>(IEnumerable<TSource>, Func<TSource,Boolean>)
|
返回表示序列中满足条件的元素数的 Int64。
|
Max<TSource>(IEnumerable<TSource>)
|
返回泛型序列中的最大值。
|
Max<TSource>(IEnumerable<TSource>, IComparer<TSource>)
|
返回泛型序列中的最大值。
|
Max<TSource>(IEnumerable<TSource>, Func<TSource,Decimal>)
|
对序列的每个元素调用转换函数,并返回最大 Decimal 值。
|
Max<TSource>(IEnumerable<TSource>, Func<TSource,Double>)
|
对序列的每个元素调用转换函数,并返回最大 Double 值。
|
Max<TSource>(IEnumerable<TSource>, Func<TSource,Int32>)
|
对序列的每个元素调用转换函数,并返回最大 Int32 值。
|
Max<TSource>(IEnumerable<TSource>, Func<TSource,Int64>)
|
对序列的每个元素调用转换函数,并返回最大 Int64 值。
|
Max<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Decimal>>)
|
对序列的每个元素调用转换函数,并返回最大可为 null Decimal 值。
|
Max<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Double>>)
|
对序列的每个元素调用转换函数,并返回最大可为 null Double 值。
|
Max<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Int32>>)
|
对序列的每个元素调用转换函数,并返回最大可为 null Int32 值。
|
Max<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Int64>>)
|
对序列的每个元素调用转换函数,并返回最大可为 null Int64 值。
|
Max<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Single>>)
|
对序列的每个元素调用转换函数,并返回最大可为 null Single 值。
|
Max<TSource>(IEnumerable<TSource>, Func<TSource,Single>)
|
对序列的每个元素调用转换函数,并返回最大 Single 值。
|
Max<TSource,TResult>(IEnumerable<TSource>, Func<TSource,TResult>)
|
对泛型序列的每个元素调用转换函数,并返回得到的最大值。
|
MaxBy<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>)
|
根据指定的键选择器函数返回泛型序列中的最大值。
|
MaxBy<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>, IComparer<TKey>)
|
根据指定的键选择器函数和键比较器返回泛型序列中的最大值。
|
Min<TSource>(IEnumerable<TSource>)
|
返回泛型序列中的最小值。
|
Min<TSource>(IEnumerable<TSource>, IComparer<TSource>)
|
返回泛型序列中的最小值。
|
Min<TSource>(IEnumerable<TSource>, Func<TSource,Decimal>)
|
对序列的每个元素调用转换函数,并返回最小 Decimal 值。
|
Min<TSource>(IEnumerable<TSource>, Func<TSource,Double>)
|
对序列的每个元素调用转换函数,并返回最小 Double 值。
|
Min<TSource>(IEnumerable<TSource>, Func<TSource,Int32>)
|
对序列的每个元素调用转换函数,并返回最小 Int32 值。
|
Min<TSource>(IEnumerable<TSource>, Func<TSource,Int64>)
|
对序列的每个元素调用转换函数,并返回最小 Int64 值。
|
Min<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Decimal>>)
|
对序列的每个元素调用转换函数,并返回可为 null 的最小 Decimal 值。
|
Min<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Double>>)
|
对序列的每个元素调用转换函数,并返回可为 null 的最小 Double 值。
|
Min<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Int32>>)
|
对序列的每个元素调用转换函数,并返回可为 null 的最小 Int32 值。
|
Min<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Int64>>)
|
对序列的每个元素调用转换函数,并返回可为 null 的最小 Int64 值。
|
Min<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Single>>)
|
对序列的每个元素调用转换函数,并返回可为 null 的最小 Single 值。
|
Min<TSource>(IEnumerable<TSource>, Func<TSource,Single>)
|
对序列的每个元素调用转换函数,并返回最小 Single 值。
|
Min<TSource,TResult>(IEnumerable<TSource>, Func<TSource,TResult>)
|
对泛型序列的每个元素调用转换函数,并返回生成的最小值。
|
MinBy<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>)
|
根据指定的键选择器函数返回泛型序列中的最小值。
|
MinBy<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>, IComparer<TKey>)
|
根据指定的键选择器函数和键比较器返回泛型序列中的最小值。
|
OfType<TResult>(IEnumerable)
|
根据指定类型筛选 IEnumerable 的元素。
|
Order<T>(IEnumerable<T>)
|
按升序对序列的元素进行排序。
|
Order<T>(IEnumerable<T>, IComparer<T>)
|
按升序对序列的元素进行排序。
|
OrderBy<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>)
|
根据键按升序对序列的元素进行排序。
|
OrderBy<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>, IComparer<TKey>)
|
使用指定的比较器按升序对序列的元素进行排序。
|
OrderByDescending<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>)
|
根据键按降序对序列的元素进行排序。
|
OrderByDescending<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>, IComparer<TKey>)
|
使用指定的比较器按降序对序列的元素进行排序。
|
OrderDescending<T>(IEnumerable<T>)
|
按降序对序列的元素进行排序。
|
OrderDescending<T>(IEnumerable<T>, IComparer<T>)
|
按降序对序列的元素进行排序。
|
Prepend<TSource>(IEnumerable<TSource>, TSource)
|
将值添加到序列的开头。
|
Reverse<TSource>(IEnumerable<TSource>)
|
反转序列中元素的顺序。
|
Select<TSource,TResult>(IEnumerable<TSource>, Func<TSource,TResult>)
|
将序列的每个元素投影到一个新窗体中。
|
Select<TSource,TResult>(IEnumerable<TSource>, Func<TSource,Int32,TResult>)
|
通过合并元素的索引,将序列的每个元素投影到一个新窗体中。
|
SelectMany<TSource,TResult>(IEnumerable<TSource>, Func<TSource,IEnumerable<TResult>>)
|
将序列的每个元素投影到 IEnumerable<T>,并将生成的序列平展为一个序列。
|
SelectMany<TSource,TResult>(IEnumerable<TSource>, Func<TSource,Int32,IEnumerable<TResult>>)
|
将序列的每个元素投影到 IEnumerable<T>,并将生成的序列平展为一个序列。 每个源元素的索引用于该元素的投影形式。
|
SelectMany<TSource,TCollection,TResult>(IEnumerable<TSource>, Func<TSource,IEnumerable<TCollection>>, Func<TSource,TCollection,TResult>)
|
将序列的每个元素投影到 IEnumerable<T>,将生成的序列平展为一个序列,并在其中的每个元素上调用结果选择器函数。
|
SelectMany<TSource,TCollection,TResult>(IEnumerable<TSource>, Func<TSource,Int32,IEnumerable<TCollection>>, Func<TSource,TCollection,TResult>)
|
将序列的每个元素投影到 IEnumerable<T>,将生成的序列平展为一个序列,并在其中的每个元素上调用结果选择器函数。 每个源元素的索引用于该元素的中间投影形式。
|
SequenceEqual<TSource>(IEnumerable<TSource>, IEnumerable<TSource>)
|
通过使用其类型的默认相等比较器,确定两个序列是否相等。
|
SequenceEqual<TSource>(IEnumerable<TSource>, IEnumerable<TSource>, IEqualityComparer<TSource>)
|
通过使用指定的 IEqualityComparer<T>,确定两个序列是否相等。
|
Single<TSource>(IEnumerable<TSource>)
|
返回序列的唯一元素,如果序列中没有完全有一个元素,则会引发异常。
|
Single<TSource>(IEnumerable<TSource>, Func<TSource,Boolean>)
|
返回满足指定条件的序列的唯一元素,如果存在多个此类元素,则会引发异常。
|
SingleOrDefault<TSource>(IEnumerable<TSource>)
|
返回序列的唯一元素;如果序列为空,则返回默认值;如果序列中有多个元素,此方法将引发异常。
|
SingleOrDefault<TSource>(IEnumerable<TSource>, TSource)
|
返回序列的唯一元素;如果序列为空,则返回指定的默认值;如果序列中有多个元素,此方法将引发异常。
|
SingleOrDefault<TSource>(IEnumerable<TSource>, Func<TSource,Boolean>)
|
返回满足指定条件的序列的唯一元素;如果没有此类元素,则返回默认值;如果多个元素满足条件,此方法将引发异常。
|
SingleOrDefault<TSource>(IEnumerable<TSource>, Func<TSource,Boolean>, TSource)
|
返回满足指定条件的序列的唯一元素;如果没有此类元素,则返回指定的默认值;如果多个元素满足条件,此方法将引发异常。
|
Skip<TSource>(IEnumerable<TSource>, Int32)
|
绕过序列中的指定数量的元素,然后返回其余元素。
|
SkipLast<TSource>(IEnumerable<TSource>, Int32)
|
返回一个新的可枚举集合,该集合包含 source 的元素,其中省略了源集合的最后一个 count 元素。
|
SkipWhile<TSource>(IEnumerable<TSource>, Func<TSource,Boolean>)
|
只要指定条件为 true,即可绕过序列中的元素,然后返回其余元素。
|
SkipWhile<TSource>(IEnumerable<TSource>, Func<TSource,Int32,Boolean>)
|
只要指定条件为 true,即可绕过序列中的元素,然后返回其余元素。 元素的索引用于谓词函数的逻辑。
|
Sum<TSource>(IEnumerable<TSource>, Func<TSource,Decimal>)
|
计算通过对输入序列的每个元素调用转换函数获得的 Decimal 值序列的总和。
|
Sum<TSource>(IEnumerable<TSource>, Func<TSource,Double>)
|
计算通过对输入序列的每个元素调用转换函数获得的 Double 值序列的总和。
|
Sum<TSource>(IEnumerable<TSource>, Func<TSource,Int32>)
|
计算通过对输入序列的每个元素调用转换函数获得的 Int32 值序列的总和。
|
Sum<TSource>(IEnumerable<TSource>, Func<TSource,Int64>)
|
计算通过对输入序列的每个元素调用转换函数获得的 Int64 值序列的总和。
|
Sum<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Decimal>>)
|
计算通过对输入序列的每个元素调用转换函数获取的可为 null Decimal 值的序列的总和。
|
Sum<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Double>>)
|
计算通过对输入序列的每个元素调用转换函数获取的可为 null Double 值的序列的总和。
|
Sum<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Int32>>)
|
计算通过对输入序列的每个元素调用转换函数获取的可为 null Int32 值的序列的总和。
|
Sum<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Int64>>)
|
计算通过对输入序列的每个元素调用转换函数获取的可为 null Int64 值的序列的总和。
|
Sum<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Single>>)
|
计算通过对输入序列的每个元素调用转换函数获取的可为 null Single 值的序列的总和。
|
Sum<TSource>(IEnumerable<TSource>, Func<TSource,Single>)
|
计算通过对输入序列的每个元素调用转换函数获得的 Single 值序列的总和。
|
Take<TSource>(IEnumerable<TSource>, Int32)
|
从序列的开头返回指定的连续元素数。
|
Take<TSource>(IEnumerable<TSource>, Range)
|
返回序列中连续元素的指定范围。
|
TakeLast<TSource>(IEnumerable<TSource>, Int32)
|
返回一个新的可枚举集合,该集合包含来自 source 的最后一个 count 元素。
|
TakeWhile<TSource>(IEnumerable<TSource>, Func<TSource,Boolean>)
|
只要指定的条件为 true,就从序列中返回元素。
|
TakeWhile<TSource>(IEnumerable<TSource>, Func<TSource,Int32,Boolean>)
|
只要指定的条件为 true,就从序列中返回元素。 元素的索引用于谓词函数的逻辑。
|
ToArray<TSource>(IEnumerable<TSource>)
|
从 IEnumerable<T>创建数组。
|
ToDictionary<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>)
|
根据指定的键选择器函数从 IEnumerable<T> 创建 Dictionary<TKey,TValue>。
|
ToDictionary<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>, IEqualityComparer<TKey>)
|
根据指定的键选择器函数和键比较器从 IEnumerable<T> 创建 Dictionary<TKey,TValue>。
|
ToDictionary<TSource,TKey,TElement>(IEnumerable<TSource>, Func<TSource,TKey>, Func<TSource,TElement>)
|
根据指定的键选择器和元素选择器函数从 IEnumerable<T> 创建 Dictionary<TKey,TValue>。
|
ToDictionary<TSource,TKey,TElement>(IEnumerable<TSource>, Func<TSource,TKey>, Func<TSource,TElement>, IEqualityComparer<TKey>)
|
根据指定的键选择器函数、比较器和元素选择器函数从 IEnumerable<T> 创建 Dictionary<TKey,TValue>。
|
ToHashSet<TSource>(IEnumerable<TSource>)
|
从 IEnumerable<T>创建 HashSet<T>。
|
ToHashSet<TSource>(IEnumerable<TSource>, IEqualityComparer<TSource>)
|
使用 comparer 比较键从 IEnumerable<T> 创建 HashSet<T>。
|
ToList<TSource>(IEnumerable<TSource>)
|
从 IEnumerable<T>创建 List<T>。
|
ToLookup<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>)
|
根据指定的键选择器函数从 IEnumerable<T> 创建 Lookup<TKey,TElement>。
|
ToLookup<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>, IEqualityComparer<TKey>)
|
根据指定的键选择器函数和键比较器从 IEnumerable<T> 创建 Lookup<TKey,TElement>。
|
ToLookup<TSource,TKey,TElement>(IEnumerable<TSource>, Func<TSource,TKey>, Func<TSource,TElement>)
|
根据指定的键选择器和元素选择器函数从 IEnumerable<T> 创建 Lookup<TKey,TElement>。
|
ToLookup<TSource,TKey,TElement>(IEnumerable<TSource>, Func<TSource,TKey>, Func<TSource,TElement>, IEqualityComparer<TKey>)
|
根据指定的键选择器函数、比较器和元素选择器函数从 IEnumerable<T> 创建 Lookup<TKey,TElement>。
|
TryGetNonEnumeratedCount<TSource>(IEnumerable<TSource>, Int32)
|
尝试在不强制枚举的情况下确定序列中的元素数。
|
Union<TSource>(IEnumerable<TSource>, IEnumerable<TSource>)
|
使用默认相等比较器生成两个序列的集并集。
|
Union<TSource>(IEnumerable<TSource>, IEnumerable<TSource>, IEqualityComparer<TSource>)
|
使用指定的 IEqualityComparer<T>生成两个序列的集并集。
|
UnionBy<TSource,TKey>(IEnumerable<TSource>, IEnumerable<TSource>, Func<TSource,TKey>)
|
根据指定的键选择器函数生成两个序列的集并集。
|
UnionBy<TSource,TKey>(IEnumerable<TSource>, IEnumerable<TSource>, Func<TSource,TKey>, IEqualityComparer<TKey>)
|
根据指定的键选择器函数生成两个序列的集并集。
|
Where<TSource>(IEnumerable<TSource>, Func<TSource,Boolean>)
|
根据谓词筛选值序列。
|
Where<TSource>(IEnumerable<TSource>, Func<TSource,Int32,Boolean>)
|
根据谓词筛选值序列。 每个元素的索引都在谓词函数的逻辑中使用。
|
Zip<TFirst,TSecond>(IEnumerable<TFirst>, IEnumerable<TSecond>)
|
生成包含两个指定序列中的元素的元组序列。
|
Zip<TFirst,TSecond,TThird>(IEnumerable<TFirst>, IEnumerable<TSecond>, IEnumerable<TThird>)
|
生成包含三个指定序列中的元素的元组序列。
|
Zip<TFirst,TSecond,TResult>(IEnumerable<TFirst>, IEnumerable<TSecond>, Func<TFirst,TSecond,TResult>)
|
将指定的函数应用于两个序列的相应元素,从而生成结果序列。
|
AsParallel(IEnumerable)
|
启用查询的并行化。
|
AsParallel<TSource>(IEnumerable<TSource>)
|
启用查询的并行化。
|
AsQueryable(IEnumerable)
|
将 IEnumerable 转换为 IQueryable。
|
AsQueryable<TElement>(IEnumerable<TElement>)
|
将泛型 IEnumerable<T> 转换为泛型 IQueryable<T>。
|
Ancestors<T>(IEnumerable<T>)
|
返回一个元素集合,其中包含源集合中每个节点的上级。
|
Ancestors<T>(IEnumerable<T>, XName)
|
返回一个筛选的元素集合,其中包含源集合中每个节点的上级。 集合中仅包含具有匹配 XName 的元素。
|
DescendantNodes<T>(IEnumerable<T>)
|
返回源集合中每个文档和元素的子代节点的集合。
|
Descendants<T>(IEnumerable<T>)
|
返回一个元素集合,其中包含源集合中每个元素和文档的子代元素。
|
Descendants<T>(IEnumerable<T>, XName)
|
返回一个筛选的元素集合,其中包含源集合中每个元素和文档的子代元素。 集合中仅包含具有匹配 XName 的元素。
|
Elements<T>(IEnumerable<T>)
|
返回源集合中每个元素和文档的子元素的集合。
|
Elements<T>(IEnumerable<T>, XName)
|
返回源集合中每个元素和文档的子元素的筛选集合。 集合中仅包含具有匹配 XName 的元素。
|
InDocumentOrder<T>(IEnumerable<T>)
|
返回一个节点集合,其中包含源集合中的所有节点,按文档顺序排序。
|
Nodes<T>(IEnumerable<T>)
|
返回源集合中每个文档和元素的子节点的集合。
|
Remove<T>(IEnumerable<T>)
|
从源集合的父节点中删除每个节点。
|