NonNullCollection<T> Class

This class and its members are reserved for internal use and are not intended to be used in your code.

Inheritance Hierarchy

System.Object
  System.Collections.ObjectModel.Collection<T>
    Microsoft.SharePoint.Portal.NonNullCollection<T>

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class NonNullCollection(Of T As Class) _
    Inherits Collection(Of T)
'Usage
Dim instance As NonNullCollection(Of T)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class NonNullCollection<T> : Collection<T>
where T : class

Type Parameters

  • T

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

NonNullCollection<T> Members

Microsoft.SharePoint.Portal Namespace