Represents a collection of AssociateUserClass


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

Syntax

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

Inheritance Hierarchy

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

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