Skip to content

ParameterList

Inherits object

Public Member Functions

bool

ContainsKey(string key)

bool

TryGetValue(string key, out ParameterDef value)

IEnumerator>

GetEnumerator()

IEnumerable

Where(Func predicate)

Documentation inherited from Enumerable.Where{TSource}(IEnumerable{TSource}, Func{TSource, bool}).

IEnumerable

Select(Func selector)

Documentation inherited from Enumerable.Select{TSource, TResult}(IEnumerable{TSource}, Func{TSource, TResult}).

IEnumerable

SelectMany(Func> selector)

Documentation inherited from Enumerable.SelectMany{TSource, TResult}(IEnumerable{TSource}, Func{TSource, IEnumerable{TResult}}).

IEnumerable

SelectMany(Func> selector)

Documentation inherited from Enumerable.SelectMany{TSource, TResult}(IEnumerable{TSource}, Func{TSource, int, IEnumerable{TResult}}).

ParameterDef

First()

Documentation inherited from Enumerable.First{TSource}(IEnumerable{TSource}).

ParameterDef

First(Func predicate)

Documentation inherited from Enumerable.First{TSource}(IEnumerable{TSource}, Func{TSource, bool}).

ParameterDef?

FirstOrDefault()

Documentation inherited from Enumerable.FirstOrDefault{TSource}(IEnumerable{TSource}).

ParameterDef

FirstOrDefault(ParameterDef defaultValue)

Documentation inherited from Enumerable.FirstOrDefault{TSource}(IEnumerable{TSource}, TSource).

ParameterDef?

FirstOrDefault(Func predicate)

Documentation inherited from Enumerable.FirstOrDefault{TSource}(IEnumerable{TSource}, Func{TSource, bool}).

ParameterDef

FirstOrDefault(Func predicate, ParameterDef defaultValue)

Documentation inherited from Enumerable.FirstOrDefault{TSource}(IEnumerable{TSource}, Func{TSource, bool}, TSource).

bool

Any()

Documentation inherited from Enumerable.Any{TSource}(IEnumerable{TSource}).

bool

Any(Func predicate)

Documentation inherited from Enumerable.Any{TSource}(IEnumerable{TSource}, Func{TSource, bool}).

Public Static Functions

ParameterList

implicit operator ParameterList(List list)

Implicitly converts a ParameterDef to a ParameterList. Returns a ParameterList containing the specified parameters.

ParameterList

implicit operator ParameterList(Dictionary list)

Documentation inherited from op_Implicit(List{ParameterDef}).

ParameterList

implicit operator ParameterList(ParameterDef[] list)

Documentation inherited from op_Implicit(List{ParameterDef}).

ParameterList

implicit operator ParameterList(ParameterDef group)

Documentation inherited from op_Implicit(List{ParameterDef}).

Properties

ParameterDef

this

[get, ]

ParameterDef

this

[get, ]

IEnumerable

Keys

[get, ]

IEnumerable

Values

[get, ]

int

Count

[get, ]