SPPersistedChildCollection<T> constructor
Initializes an instance of the SPPersistedChildCollection<T> class.
Overload list
Name | Description | |
---|---|---|
SPPersistedChildCollection<T>(SPPersistedObject) | Initializes an instance of the SPPersistedChildCollection<T> class to create a collection of objects of a given type that are owned by the specified parent object. | |
SPPersistedChildCollection<T>(SPPersistedObject, Comparison<T>) | Initializes an instance of the SPPersistedChildCollection<T> class to create a collection of objects of a given type that are owned by the specified parent object and are compared by a specified delegate method. |
Top
See also
Reference
SPPersistedChildCollection<T> class