[]
        
(Showing Draft Content)

C1.C1Preview.OwnedCollection.-ctor

OwnedCollection Constructor

OwnedCollection()

Initializes a new instance of the OwnedCollection class.

Declaration
protected OwnedCollection()
Protected Sub New()

OwnedCollection(ICollectionOwner)

Initializes a new instance of the OwnedCollection class.

Declaration
public OwnedCollection(ICollectionOwner owner)
Public Sub New(owner As ICollectionOwner)
Parameters
Type Name Description
ICollectionOwner owner

The collection owner.