TempFileCollection::ICollection::Count Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the number of elements contained in the collection.

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

private:
property int Count {
	virtual int get() sealed = ICollection::Count::get;
}

Property Value

Type: System::Int32

The number of elements contained in the ICollection.

This member is an explicit interface member implementation. It can be used only when the TempFileCollection instance is cast to an ICollection interface.

.NET Framework
Available since 2.0
Return to top
Show: