This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class ValueCollection
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class ValueCollection

Collection of keys.

The PrimaryKeyList type exposes the following members.

Public Methods

  Name Description
Public method Contains (Inherited from ReadOnlyCollection<(Of <array<Object>[]()>)>.)
Public method CopyTo (Inherited from ReadOnlyCollection<(Of <array<Object>[]()>)>.)
Public method Equals (Inherited from Object.)
Public method GetEnumerator
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf (Inherited from ReadOnlyCollection<(Of <array<Object>[]()>)>.)
Public method ToString (Inherited from Object.)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Public Properties

  Name Description
Public property Count (Inherited from ReadOnlyCollection<(Of <array<Object>[]()>)>.)
Public property Item

Protected Properties

  Name Description
Protected property Items (Inherited from ReadOnlyCollection<(Of <array<Object>[]()>)>.)

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private method ICollection<(Of <<'(T>)>>)..::..Add (Inherited from ReadOnlyCollection<(Of <array<Object>[]()>)>.)
Explicit interface implemetation Private method IList..::..Add (Inherited from ReadOnlyCollection<(Of <array<Object>[]()>)>.)
Explicit interface implemetation Private method ICollection<(Of <<'(T>)>>)..::..Clear
Explicit interface implemetation Private method IList..::..Contains (Inherited from ReadOnlyCollection<(Of <array<Object>[]()>)>.)
Explicit interface implemetation Private method ICollection..::..CopyTo (Inherited from ReadOnlyCollection<(Of <array<Object>[]()>)>.)
Explicit interface implemetation Private method IList..::..IndexOf (Inherited from ReadOnlyCollection<(Of <array<Object>[]()>)>.)
Explicit interface implemetation Private method IList<(Of <<'(T>)>>)..::..Insert (Inherited from ReadOnlyCollection<(Of <array<Object>[]()>)>.)
Explicit interface implemetation Private method IList..::..Insert (Inherited from ReadOnlyCollection<(Of <array<Object>[]()>)>.)
Explicit interface implemetation Private property IList..::..IsFixedSize (Inherited from ReadOnlyCollection<(Of <array<Object>[]()>)>.)
Explicit interface implemetation Private property ICollection<(Of <<'(T>)>>)..::..IsReadOnly
Explicit interface implemetation Private property ICollection..::..IsSynchronized (Inherited from ReadOnlyCollection<(Of <array<Object>[]()>)>.)
Explicit interface implemetation Private method ICollection<(Of <<'(T>)>>)..::..Remove (Inherited from ReadOnlyCollection<(Of <array<Object>[]()>)>.)
Explicit interface implemetation Private method IList..::..Remove (Inherited from ReadOnlyCollection<(Of <array<Object>[]()>)>.)
Explicit interface implemetation Private method IList<(Of <<'(T>)>>)..::..RemoveAt
Explicit interface implemetation Private property ICollection..::..SyncRoot (Inherited from ReadOnlyCollection<(Of <array<Object>[]()>)>.)

See Also

Advanced