HttpFileCollectionBase.Count 属性
定义
在派生类中重写时,获取集合中已发布文件对象的数目。When overridden in a derived class, gets the number of posted file objects in the collection.
public:
virtual property int Count { int get(); };
public override int Count { get; }
member this.Count : int
Public Overrides ReadOnly Property Count As Integer
属性值
集合中 对象的数目。The number of objects in the collection.
实现
例外
始终。Always.