Visual Basic (Declaration) | |
---|---|
Public Interface ICollectionBase(Of T) Inherits ICollectionBase |
C# | |
---|---|
public interface ICollectionBase<T> : ICollectionBase |
C++/CLI | |
---|---|
generic<typename T> public interface class ICollectionBase : public ICollectionBase |
- T
- Type of objects in the collection.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)