Holds a collection of navigator items


Namespace: NetQuarry
Assembly: EAP.Core (in EAP.Core.dll)

Syntax

Visual Basic (Declaration)
<Serializable, _
 DefaultMember("Item")>

Public Class NavTargets
    Inherits EAPCollectionBase
    Implements ICloneable
C#
[Serializable]
[DefaultMember("Item")]
public class NavTargets : EAPCollectionBase, ICloneable
C++
[Serializable]
[DefaultMember(L"Item")]
ref class NavTargets : EAPCollectionBase, ICloneable
J#
/** @attribute Serializable() */
/** @attribute DefaultMember("Item") */
public class NavTargets extends EAPCollectionBase implements ICloneable
JScript
public 
   Serializable
   DefaultMember("Item")
class NavTargets extends EAPCollectionBase, ICloneable

Inheritance Hierarchy

System.Object
   NetQuarry.EAPCollectionBase
      NetQuarry.NavTargets

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