#unity/日常积累

定义

命名空间:

System.Collections.Generic

程序集:

System.Runtime.dll

定义操作泛型集合的方法。

1
public interface ICollection<T> : System.Collections.Generic.IEnumerable<T>

类型参数

T

集合中元素的类型。

派生

Microsoft.Extensions.DependencyInjection.IServiceCollection

Microsoft.Extensions.Primitives.StringValues

System.Activities.Hosting.SymbolResolver

System.Activities.Presentation.Model.ModelItemCollection

更多…