Skip to content

ParameterResults

Inherits object

Public Member Functions

ParameterResults

Clone()

Documentation inherited from ICloneable.Clone().

bool

ContainsKey(string key)

bool

TryGetValue(string key, out IParameterValue value)

IEnumerable

Where(Func predicate)

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

IEnumerable

Select(Func selector)

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

IEnumerable

SelectMany(Func> selector)

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

IEnumerable

SelectMany(Func> selector)

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

string

First()

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

string

First(Func predicate)

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

string?

FirstOrDefault()

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

string

FirstOrDefault(string defaultValue)

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

string?

FirstOrDefault(Func predicate)

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

string

FirstOrDefault(Func predicate, string defaultValue)

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

bool

Any()

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

bool

Any(Func predicate)

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

Public Attributes

ParameterResults

Empty

Empty instance of ParameterResults.

Properties

string

this

[get, ]

IParameterValue

this

[get, ]

IEnumerable

Keys

[get, ]

IEnumerable

Values

[get, ]

int

Count

[get, ]

Documentation inherited from ICollection{T}.Count.