Represents a collection of RecipientClass


Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)

Syntax

Visual Basic (Declaration)
Public Class RecipientCollection
    Inherits BasicCollection(Of RecipientClass)
C#
public class RecipientCollection : BasicCollection<RecipientClass>
C++
ref class RecipientCollection : BasicCollection<RecipientClass>
J#
public class RecipientCollection extends BasicCollection<RecipientClass>
JScript
public class RecipientCollection extends BasicCollection<RecipientClass>

Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<T>
      Dynmark.Services.API.BasicCollection<T>
         Dynmark.Services.API.RecipientCollection

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also