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 CollectionParam<T>
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class CollectionParam(Of T)

Type Parameters

T

The type exposes the following members.

Public Constructors

  Name Description
Public method CollectionParam<(Of <(<'T>)>)> Overloaded.

Public Methods

  Name Description
Public method Add Overloaded.
Public method AddRange (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method AsReadOnly (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method BinarySearch (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method BinarySearch (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method BinarySearch (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method Clear (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method Contains (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method ContainsKey
Determines whether the specified key contains key.
Public method ConvertAll<(Of <<'(TOutput>)>>) (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method CopyTo (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method CopyTo (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method CopyTo (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method Equals (Inherited from Object.)
Public method Exists (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method Find (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method FindAll (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method FindByName
Finds an element in the collection by name.
Public method FindIndex (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method FindIndex (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method FindIndex (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method FindLast (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method FindLastIndex (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method FindLastIndex (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method FindLastIndex (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method ForEach (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method Static member FromNameValueCollection
Initializes a new instance of the CollectionParam<(Of <(<'T>)>)> class from a NameValueCollection.
Public method GetEnumerator
Public method GetHashCode (Inherited from Object.)
Public method GetRange (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method GetType (Inherited from Object.)
Public method IndexOf (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method IndexOf (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method IndexOf (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method Insert (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method InsertRange (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method LastIndexOf (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method LastIndexOf (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method LastIndexOf (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method Remove (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method RemoveAll (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method RemoveAt (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method RemoveElement
Removes an element from the collection
Public method RemoveRange (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method Reverse (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method Reverse (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method Sort (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method Sort (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method Sort (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method Sort (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method ToArray (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method ToDictionary
Returns the collection as a Dictionary.
Public method ToNameValueCollection
Returns the collection as a NameValueCollection.
Public method ToString
Returns a String that represents the current Object.
(Overrides Object..::ToString()()()().)
Public method TrimExcess (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public method TrueForAll (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method InitializeFromDelimitedString
Initializes from a comma-delimited string.
Protected method MemberwiseClone (Inherited from Object.)

Public Properties

  Name Description
Public property Capacity (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public property Count (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Public property Item

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private method IList..::..Contains (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Explicit interface implemetation Private method ICollection..::..CopyTo (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Explicit interface implemetation Private method IList..::..IndexOf (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Explicit interface implemetation Private method IList..::..Insert (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Explicit interface implemetation Private property IList..::..IsFixedSize (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Explicit interface implemetation Private property ICollection<(Of <<'(T>)>>)..::..IsReadOnly
Explicit interface implemetation Private property ICollection..::..IsSynchronized (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Explicit interface implemetation Private method IList..::..Remove (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)
Explicit interface implemetation Private property ICollection..::..SyncRoot (Inherited from List<(Of <CollectionParamElement<(Of <T>)>>)>.)

See Also

Advanced