Click or drag to resize
IVirtualTypedCollection Interface
Interface to provide result type over collection

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
public interface IVirtualTypedCollection : ITypedCollection

The IVirtualTypedCollection type exposes the following members.

Properties
  NameDescription
Public propertyItemType
Result type
(Inherited from ITypedCollection.)
Top
Methods
  NameDescription
Public methodGetEmptyObject
Gets the virtual empty object representing the collection item
Top
See Also