Represents a collection of
Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Class MarketSectorCollection Inherits BasicCollection(Of MarketSectorClass) |
| C# |
|---|
| public class MarketSectorCollection : BasicCollection<MarketSectorClass> |
| C++ |
|---|
| ref class MarketSectorCollection : BasicCollection<MarketSectorClass> |
| J# |
|---|
| public class MarketSectorCollection extends BasicCollection<MarketSectorClass> |
| JScript |
|---|
| public class MarketSectorCollection extends BasicCollection<MarketSectorClass> |
Inheritance Hierarchy
System.Object
System.Collections.Generic.List<T>
Dynmark.Services.API.BasicCollection<T>
Dynmark.Services.API.MarketSectorCollection
System.Collections.Generic.List<T>
Dynmark.Services.API.BasicCollection<T>
Dynmark.Services.API.MarketSectorCollection
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.