Represents a collection of CountryCollection


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

Syntax

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

Inheritance Hierarchy

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

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