Represents a collection of CurrencyClass


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

Syntax

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

Inheritance Hierarchy

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

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