Definition
Namespace:ArtOfTest.WebAii.ObjectModel
Assembly:ArtOfTest.WebAii.dll
Type Parameters:
T
Syntax:
C#
public class FindExpressionCollection<T> : Dictionary<string, T>, IDictionary<string, T>, ICollection<KeyValuePair<string, T>>, IDictionary, ICollection, IReadOnlyDictionary<string, T>, IReadOnlyCollection<KeyValuePair<string, T>>, IEnumerable<KeyValuePair<string, T>>, IEnumerable, ISerializable, IDeserializationCallback, IXmlSerializable where T : IFindExpression
Inheritance: objectDictionary<string, T>FindExpressionCollection<T>
Implements:
Inherited Members
Constructors
C#
public FindExpressionCollection()
Properties
C#
public bool ReturnNullIfNotFound { get; set; }