Describes a list of peaks
Namespace: PalmSens
Assembly: PalmSens (in PalmSens.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <DefaultMemberAttribute("Item")> Public Class PeakList Implements IEnumerable |
| C# |
|---|
| [DefaultMemberAttribute("Item")] public class PeakList : IEnumerable |
| C++ |
|---|
| [DefaultMemberAttribute(L"Item")] ref class PeakList : IEnumerable |
| J# |
|---|
| /** @attribute DefaultMemberAttribute("Item") */ public class PeakList implements IEnumerable |
| JScript |
|---|
| public DefaultMemberAttribute("Item") class PeakList extends IEnumerable |
Inheritance Hierarchy
System.Object
PalmSens.PeakList
PalmSens.PeakList
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.