2025-03-26 00:02:56 +08:00

1.1 KiB

#unity/日常积累

定义

命名空间:

System.Collections.Generic

程序集:

System.Runtime.dll

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

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

更多…