SPPersistedObjectCollection<T> constructor (SPPersistedObject, Comparison<T>)

Creates a sorted collection of objects with a given type which are owned by the collection's parent.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Sub New ( _
    parent As SPPersistedObject, _
    comparison As Comparison(Of T) _
)
'Usage
Dim parent As SPPersistedObject
Dim comparison As Comparison(Of T)

Dim instance As New SPPersistedObjectCollection(parent, _
    comparison)
protected SPPersistedObjectCollection(
    SPPersistedObject parent,
    Comparison<T> comparison
)

Parameters

See also

Reference

SPPersistedObjectCollection<T> class

SPPersistedObjectCollection<T> members

SPPersistedObjectCollection<T> overload

Microsoft.SharePoint.Administration namespace