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
- comparison
Type: System.Comparison<T>
See also
Reference
SPPersistedObjectCollection<T> class
SPPersistedObjectCollection<T> members