'宣言 Public Function New( _ ByVal owner As ICollectionOwner _ )
'使用法 Dim owner As ICollectionOwner Dim instance As New OwnedFastList(owner)
public OwnedFastList( ICollectionOwner owner )
パラメータ
- owner
- コレクションのオーナー。
'宣言 Public Function New( _ ByVal owner As ICollectionOwner _ )
'使用法 Dim owner As ICollectionOwner Dim instance As New OwnedFastList(owner)
public OwnedFastList( ICollectionOwner owner )