Helper
| C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public class ParameterCollection : List<SpellParameter>
public class ParameterCollection : List<SpellParameter>
Public Class ParameterCollection Inherits List(Of SpellParameter)
Public Class ParameterCollection Inherits List(Of SpellParameter)
public ref class ParameterCollection : public List<SpellParameter^>
public ref class ParameterCollection : public List<SpellParameter^>
type ParameterCollection = class inherit List<SpellParameter> end
type ParameterCollection = class inherit List<SpellParameter> end
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| ParameterCollection(Int32) |
New
| |
| Add(T) | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| AddRange(IEnumerable<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| AsReadOnly()()()() | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| BinarySearch(Int32, Int32, T, IComparer<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| BinarySearch(T) | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| BinarySearch(T, IComparer<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| Capacity | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| Clear()()()() | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| Contains(T) | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| ConvertAll<(Of <<'(TOutput>)>>)(Converter<(Of <<'(T, TOutput>)>>)) | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| CopyTo(array<T>[]()[][]) | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| CopyTo(Int32, array<T>[]()[][], Int32, Int32) | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| CopyTo(array<T>[]()[][], Int32) | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| Count | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| Equals(Object) | (Inherited from Object.) | |
| Exists(Predicate<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| Finalize()()()() | (Inherited from Object.) | |
| Find(Predicate<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| FindAll(Predicate<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| FindIndex(Predicate<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| FindIndex(Int32, Predicate<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| FindIndex(Int32, Int32, Predicate<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| FindLast(Predicate<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| FindLastIndex(Predicate<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| FindLastIndex(Int32, Predicate<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| FindLastIndex(Int32, Int32, Predicate<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| ForEach(Action<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| GetEnumerator()()()() | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetRange(Int32, Int32) | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| GetType()()()() | (Inherited from Object.) | |
| IndexOf(T) | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| IndexOf(T, Int32) | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| IndexOf(T, Int32, Int32) | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| Insert(Int32, T) | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| InsertRange(Int32, IEnumerable<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| Item[([( Int32])]) |
Gets a result.
| |
| LastIndexOf(T) | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| LastIndexOf(T, Int32) | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| LastIndexOf(T, Int32, Int32) | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| MemberwiseClone()()()() | (Inherited from Object.) | |
| Remove(T) | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| RemoveAll(Predicate<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| RemoveAt(Int32) | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| RemoveRange(Int32, Int32) | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| Reverse()()()() | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| Reverse(Int32, Int32) | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| Sort()()()() | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| Sort(IComparer<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| Sort(Int32, Int32, IComparer<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| Sort(Comparison<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| ToArray()()()() | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| ToString()()()() | (Inherited from Object.) | |
| TrimExcess()()()() | (Inherited from List<(Of <(<'SpellParameter>)>)>.) | |
| TrueForAll(Predicate<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'SpellParameter>)>)>.) |
| Object | ||
| List<(Of <(<'SpellParameter>)>)> | ||
| ParameterCollection | ||
Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb.dll) Version: 6.4.25.331